Home
last modified time | relevance | path

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

/external/grub/stage2/
Di386-elf.h38 #define EI_MAG1 1 macro
96 ((h.e_ident[EI_MAG0] == ELFMAG0) & (h.e_ident[EI_MAG1] == ELFMAG1) \
/external/elfutils/tests/
Dasm-tst1.c28 [EI_MAG1] = ELFMAG1,
Dasm-tst2.c28 [EI_MAG1] = ELFMAG1,
Dasm-tst9.c36 [EI_MAG1] = ELFMAG1,
/external/kernel-headers/original/linux/
Delf.h296 #define EI_MAG1 1 macro
/external/llvm/include/llvm/Support/
DELF.h52 EI_MAG1 = 1, // File identification index. enumerator
/external/qemu/
Delf.h1130 #define EI_MAG1 1 macro
/external/libvpx/build/make/
Dobj_int_extract.c329 res &= elf->e_ident[EI_MAG1] == ELFMAG1; in parse_elf_header()
/external/elfutils/libelf/
Delf.h109 #define EI_MAG1 1 /* File identification byte 1 index */ macro
/external/elfutils/src/
Delflint.c362 if (ehdr->e_ident[EI_MAG1] != ELFMAG1) in check_elf_header()
363 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1); in check_elf_header()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c123 && ehdr->e_ident[EI_MAG1] == 'E' in ML_()
/external/valgrind/main/perf/
Dtinycc.c193 #define EI_MAG1 1 /* File identification byte 1 index */ macro