Home
last modified time | relevance | path

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

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