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

/external/grub/stage2/
H A Di386-elf.h40 #define EI_MAG2 2 macro
97 & (h.e_ident[EI_MAG2] == ELFMAG2) & (h.e_ident[EI_MAG3] == ELFMAG3) \
/external/elfutils/tests/
H A Dasm-tst1.c45 [EI_MAG2] = ELFMAG2,
H A Dasm-tst2.c45 [EI_MAG2] = ELFMAG2,
H A Dasm-tst9.c53 [EI_MAG2] = ELFMAG2,
/external/kernel-headers/original/linux/
H A Delf.h297 #define EI_MAG2 2 macro
/external/llvm/include/llvm/Support/
H A DELF.h51 EI_MAG2 = 2, // File identification index. enumerator in enum:llvm::ELF::__anon7195
/external/libvpx/build/make/
H A Dobj_int_extract.c330 res &= elf->e_ident[EI_MAG2] == ELFMAG2;
/external/qemu/
H A Delf.h1131 #define EI_MAG2 2 macro
/external/valgrind/main/VEX/switchback/
H A Dlinker.c938 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
/external/valgrind/main/VEX/unused/
H A Dlinker.c780 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
/external/elfutils/libelf/
H A Delf.h123 #define EI_MAG2 2 /* File identification byte 2 index */ macro
/external/elfutils/src/
H A Delflint.c363 if (ehdr->e_ident[EI_MAG2] != ELFMAG2)
364 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c125 && ehdr->e_ident[EI_MAG2] == 'L'
/external/valgrind/main/perf/
H A Dtinycc.c196 #define EI_MAG2 2 /* File identification byte 2 index */ macro

Completed in 138 milliseconds