Searched refs:e_byteorder (Results 1 - 9 of 9) sorted by relevance

/gem5/ext/libelf/
H A Delf_memory.c64 e->e_byteorder = image[EI_DATA];
73 if ((e->e_byteorder != ELFDATA2LSB && e->e_byteorder !=
H A Delf_begin.c116 e->e_byteorder = LIBELF_PRIVATE(byteorder);
H A Dlibelf_ehdr.c64 e->e_byteorder != LIBELF_PRIVATE(byteorder));
168 e->e_byteorder != LIBELF_PRIVATE(byteorder));
H A D_libelf.h80 unsigned int e_byteorder; /* ELFDATA* */ member in struct:_Elf
H A Dlibelf_allocate.c52 e->e_byteorder = ELFDATANONE;
H A Dlibelf_phdr.c104 e->e_byteorder != LIBELF_PRIVATE(byteorder));
H A Delf_update.c376 if (e->e_cmd != ELF_C_WRITE && eh_byteorder != e->e_byteorder) {
384 e->e_byteorder = eh_byteorder;
592 if (_libelf_xlate(&dst, d, e->e_byteorder, ec, ELF_TOFILE) ==
679 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, ELF_TOFILE) ==
716 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec, ELF_TOFILE) ==
761 if (_libelf_xlate(&dst, &src, e->e_byteorder, ec,
H A Delf_data.c124 (*xlate)(d->d_buf, e->e_rawfile + sh_offset, count, e->e_byteorder !=
H A Delf_scn.c82 swapbytes = e->e_byteorder != LIBELF_PRIVATE(byteorder);

Completed in 14 milliseconds