Searched refs:EI_MAG0 (Results 1 - 16 of 16) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h36 #define EI_MAG0 0 macro
96 ((h.e_ident[EI_MAG0] == ELFMAG0) & (h.e_ident[EI_MAG1] == ELFMAG1) \
/external/elfutils/libasm/
H A Dasm_begin.c103 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG);
/external/elfutils/tests/
H A Dasm-tst1.c43 .e_ident = { [EI_MAG0] = ELFMAG0,
H A Dasm-tst2.c43 .e_ident = { [EI_MAG0] = ELFMAG0,
H A Dasm-tst9.c51 .e_ident = { [EI_MAG0] = ELFMAG0,
/external/elfutils/libelf/
H A Delf32_updatenull.c76 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0)
78 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG);
H A Delf.h117 #define EI_MAG0 0 /* File identification byte 0 index */ macro
/external/kernel-headers/original/linux/
H A Delf.h295 #define EI_MAG0 0 /* e_ident[] indexes */ macro
/external/libvpx/build/make/
H A Dobj_int_extract.c328 res = elf->e_ident[EI_MAG0] == ELFMAG0;
/external/llvm/include/llvm/Support/
H A DELF.h49 EI_MAG0 = 0, // File identification index. enumerator in enum:llvm::ELF::__anon9093
/external/qemu/
H A Delf.h1129 #define EI_MAG0 0 /* e_ident[] indexes */ macro
/external/valgrind/main/VEX/switchback/
H A Dlinker.c936 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
/external/valgrind/main/VEX/unused/
H A Dlinker.c778 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
/external/elfutils/src/
H A Delflint.c359 if (ehdr->e_ident[EI_MAG0] != ELFMAG0)
360 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c123 ok &= (ehdr->e_ident[EI_MAG0] == 0x7F
/external/valgrind/main/perf/
H A Dtinycc.c190 #define EI_MAG0 0 /* File identification byte 0 index */ macro

Completed in 964 milliseconds