Searched refs:EI_DATA (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/libelf/
H A Delf_memory.c64 e->e_byteorder = image[EI_DATA];
H A Dlibelf_ehdr.c91 eh->e_ident[EI_DATA] = ELFDATANONE; \
H A Delf_common.h60 #define EI_DATA 5 /* Data format. */ macro
85 /* Values for e_ident[EI_DATA]. */
H A Delf_update.c348 eh_byteorder = eh32->e_ident[EI_DATA];
355 eh_byteorder = eh64->e_ident[EI_DATA];
/gem5/src/base/loader/
H A Delf_object.cc97 if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB) {
119 if (ehdr.e_ident[EI_DATA] != ELFDATA2MSB) {
183 bool is_le = ehdr.e_ident[EI_DATA] == ELFDATA2LSB;

Completed in 15 milliseconds