Home
last modified time | relevance | path

Searched refs:EI_MAG2 (Results 1 – 17 of 17) sorted by relevance

/external/grub/stage2/
Di386-elf.h40 #define EI_MAG2 2 macro
97 & (h.e_ident[EI_MAG2] == ELFMAG2) & (h.e_ident[EI_MAG3] == ELFMAG3) \
/external/elfutils/tests/
Dasm-tst1.c45 [EI_MAG2] = ELFMAG2,
Dasm-tst2.c45 [EI_MAG2] = ELFMAG2,
Dasm-tst9.c53 [EI_MAG2] = ELFMAG2,
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Delf_mem_image.cc200 base_as_char[EI_MAG2] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) { in Init()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.h96 EI_MAG2 = 2, enumerator
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Delf_mem_image.cc200 base_as_char[EI_MAG2] != ELFMAG2 || base_as_char[EI_MAG3] != ELFMAG3) { in Init()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp253 Header.e_ident[EI_MAG2] = 'L'; in writeELF()
/external/qemu/
Delf.h1131 #define EI_MAG2 2 macro
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c231 res &= elf->e_ident[EI_MAG2] == ELFMAG2; in parse_elf_header()
/external/llvm/include/llvm/Support/
DELF.h51 EI_MAG2 = 2, // File identification index. enumerator
/external/valgrind/main/VEX/unused/
Dlinker.c780 ehdr->e_ident[EI_MAG2] != ELFMAG2 || in ocVerifyImage_ELF()
/external/elfutils/libelf/
Delf.h123 #define EI_MAG2 2 /* File identification byte 2 index */ macro
/external/valgrind/main/VEX/switchback/
Dlinker.c938 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
/external/elfutils/src/
Delflint.c363 if (ehdr->e_ident[EI_MAG2] != ELFMAG2) in check_elf_header()
364 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2); in check_elf_header()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadelf.c124 && ehdr->e_ident[EI_MAG2] == 'L' in ML_()
/external/valgrind/main/perf/
Dtinycc.c196 #define EI_MAG2 2 /* File identification byte 2 index */ macro