Searched refs:EI_MAG3 (Results 1 - 14 of 14) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h42 #define EI_MAG3 3 macro
97 & (h.e_ident[EI_MAG2] == ELFMAG2) & (h.e_ident[EI_MAG3] == ELFMAG3) \
/external/elfutils/tests/
H A Dasm-tst1.c46 [EI_MAG3] = ELFMAG3,
H A Dasm-tst2.c46 [EI_MAG3] = ELFMAG3,
H A Dasm-tst9.c54 [EI_MAG3] = ELFMAG3,
/external/kernel-headers/original/linux/
H A Delf.h298 #define EI_MAG3 3 macro
/external/libvpx/build/make/
H A Dobj_int_extract.c331 res &= elf->e_ident[EI_MAG3] == ELFMAG3;
/external/llvm/include/llvm/Support/
H A DELF.h52 EI_MAG3 = 3, // File identification index. enumerator in enum:llvm::ELF::__anon9093
/external/qemu/
H A Delf.h1132 #define EI_MAG3 3 macro
/external/valgrind/main/VEX/switchback/
H A Dlinker.c939 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/valgrind/main/VEX/unused/
H A Dlinker.c781 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/elfutils/libelf/
H A Delf.h126 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/external/elfutils/src/
H A Delflint.c365 if (ehdr->e_ident[EI_MAG3] != ELFMAG3)
366 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c126 && ehdr->e_ident[EI_MAG3] == 'F');
/external/valgrind/main/perf/
H A Dtinycc.c199 #define EI_MAG3 3 /* File identification byte 3 index */ macro

Completed in 505 milliseconds