Searched refs:EI_MAG2 (Results 1 - 22 of 22) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/image/
H A Delfboot.c79 [EI_MAG2] = ELFMAG2,
/external/minijail/
H A Delfparse.c12 (buf[EI_MAG2] == ELFMAG2) &&
/external/elfutils/tests/
H A Dasm-tst1.c37 [EI_MAG2] = ELFMAG2,
H A Dasm-tst2.c37 [EI_MAG2] = ELFMAG2,
H A Dasm-tst9.c45 [EI_MAG2] = ELFMAG2,
/external/google-breakpad/src/common/solaris/
H A Dfile_id.cc91 elf_header.e_ident[EI_MAG2] != ELFMAG2 ||
/external/syslinux/gpxe/src/include/
H A Delf.h119 #define EI_MAG2 2 macro
/external/syslinux/com32/include/sys/
H A Delfcommon.h278 #define EI_MAG2 2 macro
/external/syslinux/efi/
H A Dwrapper.c223 id[EI_MAG2] != ELFMAG2 ||
/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c71 || buf[EI_MAG1] != ELFMAG1 || buf[EI_MAG2] != ELFMAG2
/external/kernel-headers/original/uapi/linux/
H A Delf.h330 #define EI_MAG2 2 macro
/external/syslinux/com32/lib/sys/module/
H A Dcommon.c226 elf_hdr->e_ident[EI_MAG2] != ELFMAG2 ||
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp164 Header.e_ident[EI_MAG2] = 'L';
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h51 EI_MAG2 = 2, // File identification index. enumerator in enum:llvm::ELF::__anon19677
/external/llvm/include/llvm/Support/
H A DELF.h52 EI_MAG2 = 2, // File identification index. enumerator in enum:llvm::ELF::__anon12457
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h52 EI_MAG2 = 2, // File identification index. enumerator in enum:llvm::ELF::__anon20501
/external/valgrind/include/vki/
H A Dvki-solaris.h391 #define VKI_EI_MAG2 EI_MAG2
/external/elfutils/libelf/
H A Delf.h113 #define EI_MAG2 2 /* File identification byte 2 index */ macro
/external/kmod/port-gnu/
H A Delf.h112 #define EI_MAG2 2 /* File identification byte 2 index */ macro
/external/elfutils/src/
H A Delflint.c364 if (ehdr->e_ident[EI_MAG2] != ELFMAG2)
365 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2);
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c155 && ehdr->e_ident[EI_MAG2] == 'L'
/external/valgrind/perf/
H A Dtinycc.c196 #define EI_MAG2 2 /* File identification byte 2 index */ macro

Completed in 719 milliseconds