Searched defs:EI_CLASS (Results 1 - 6 of 6) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h45 #define EI_CLASS 4 /* data sizes */ macro
98 & (h.e_ident[EI_CLASS] == ELFCLASS32) & (h.e_ident[EI_DATA] == ELFDATA2LSB) \
/external/kernel-headers/original/linux/
H A Delf.h299 #define EI_CLASS 4 macro
312 #define ELFCLASSNONE 0 /* EI_CLASS */
/external/llvm/include/llvm/Support/
H A DELF.h53 EI_CLASS = 4, // File class. enumerator in enum:llvm::ELF::__anon7195
80 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
104 unsigned char getFileClass() const { return e_ident[EI_CLASS]; }
/external/qemu/
H A Delf.h1133 #define EI_CLASS 4 macro
1161 #define ELFCLASSNONE 0 /* EI_CLASS */
/external/elfutils/libelf/
H A Delf.h133 #define EI_CLASS 4 /* File class byte index */ macro
/external/valgrind/main/perf/
H A Dtinycc.c206 #define EI_CLASS 4 /* File class byte index */ macro

Completed in 262 milliseconds