Searched refs:ELFMAG1 (Results 1 - 20 of 20) sorted by relevance

/external/grub/stage2/
H A Di386-elf.h39 #define ELFMAG1 'E' macro
96 ((h.e_ident[EI_MAG0] == ELFMAG0) & (h.e_ident[EI_MAG1] == ELFMAG1) \
/external/qemu/elff/
H A Delff_elf.h111 #define ELFMAG1 'E' macro
/external/elfutils/tests/
H A Dasm-tst1.c44 [EI_MAG1] = ELFMAG1,
H A Dasm-tst2.c44 [EI_MAG1] = ELFMAG1,
H A Dasm-tst9.c52 [EI_MAG1] = ELFMAG1,
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc199 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 ||
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc199 if (base_as_char[EI_MAG0] != ELFMAG0 || base_as_char[EI_MAG1] != ELFMAG1 ||
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h83 ELFMAG1 = 0x45, enumerator in enum:__anon13982
H A Delf.c942 YASM_WRITE_8(bufp, ELFMAG1);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c696 buffer.header32.e_ident[1]!=ELFMAG1 ||
765 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
882 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/external/icu4c/tools/toolutil/
H A Dpkg_genc.c698 buffer.header32.e_ident[1]!=ELFMAG1 ||
767 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
884 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3,
/external/chromium_org/content/common/
H A Dplugin_list_posix.cc187 buffer[1] != ELFMAG1 ||
/external/qemu/
H A Dloader.c321 e_ident[1] != ELFMAG1 ||
H A Delf.h1155 #define ELFMAG1 'E' macro
/external/libvpx/libvpx/build/make/
H A Dobj_int_extract.c230 res &= elf->e_ident[EI_MAG1] == ELFMAG1;
/external/valgrind/main/VEX/switchback/
H A Dlinker.c937 ehdr->e_ident[EI_MAG1] != ELFMAG1 ||
/external/valgrind/main/VEX/unused/
H A Dlinker.c779 ehdr->e_ident[EI_MAG1] != ELFMAG1 ||
/external/elfutils/libelf/
H A Delf.h121 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
/external/elfutils/src/
H A Delflint.c361 if (ehdr->e_ident[EI_MAG1] != ELFMAG1)
362 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1);
/external/valgrind/main/perf/
H A Dtinycc.c194 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
19756 ehdr.e_ident[1] = ELFMAG1;
19880 ehdr.e_ident[1] != ELFMAG1 ||
20998 ehdr.e_ident[1] == ELFMAG1 &&

Completed in 198 milliseconds