Home
last modified time | relevance | path

Searched refs:EI_MAG3 (Results 1 – 12 of 12) sorted by relevance

/external/grub/stage2/
Di386-elf.h42 #define EI_MAG3 3 macro
97 & (h.e_ident[EI_MAG2] == ELFMAG2) & (h.e_ident[EI_MAG3] == ELFMAG3) \
/external/elfutils/tests/
Dasm-tst1.c30 [EI_MAG3] = ELFMAG3,
Dasm-tst2.c30 [EI_MAG3] = ELFMAG3,
Dasm-tst9.c38 [EI_MAG3] = ELFMAG3,
/external/kernel-headers/original/linux/
Delf.h298 #define EI_MAG3 3 macro
/external/llvm/include/llvm/Support/
DELF.h54 EI_MAG3 = 3, // File identification index. enumerator
/external/qemu/
Delf.h1132 #define EI_MAG3 3 macro
/external/libvpx/build/make/
Dobj_int_extract.c331 res &= elf->e_ident[EI_MAG3] == ELFMAG3; in parse_elf_header()
/external/elfutils/libelf/
Delf.h115 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/external/elfutils/src/
Delflint.c366 if (ehdr->e_ident[EI_MAG3] != ELFMAG3) in check_elf_header()
367 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3); in check_elf_header()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c125 && ehdr->e_ident[EI_MAG3] == 'F'); in ML_()
/external/valgrind/main/perf/
Dtinycc.c199 #define EI_MAG3 3 /* File identification byte 3 index */ macro