Home
last modified time | relevance | path

Searched refs:EI_MAG3 (Results 1 – 23 of 23) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/image/
Delfboot.c80 [EI_MAG3] = ELFMAG3, in elfboot_load()
/external/minijail/
Delfparse.c13 (buf[EI_MAG3] == ELFMAG3); in is_elf_magic()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc92 elf_header.e_ident[EI_MAG3] != ELFMAG3) { in FindElfTextSection()
/external/syslinux/gpxe/src/include/
Delf.h122 #define EI_MAG3 3 macro
/external/elfutils/tests/
Dasm-tst1.c38 [EI_MAG3] = ELFMAG3,
Dasm-tst2.c38 [EI_MAG3] = ELFMAG3,
Dasm-tst9.c46 [EI_MAG3] = ELFMAG3,
/external/syslinux/com32/include/sys/
Delfcommon.h279 #define EI_MAG3 3 macro
/external/syslinux/efi/
Dwrapper.c224 id[EI_MAG3] != ELFMAG3) { in main()
/external/kernel-headers/original/uapi/linux/
Delf.h331 #define EI_MAG3 3 macro
/external/elfutils/libdwfl/
Dlinux-proc-maps.c72 || buf[EI_MAG3] != ELFMAG3 in get_pid_class()
/external/syslinux/com32/lib/sys/module/
Dcommon.c227 elf_hdr->e_ident[EI_MAG3] != ELFMAG3) { in check_header_common()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h52 EI_MAG3 = 3, // File identification index. enumerator
/external/llvm/include/llvm/Support/
DELF.h53 EI_MAG3 = 3, // File identification index. enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp165 Header.e_ident[EI_MAG3] = 'F'; in initELFHeader()
/external/valgrind/VEX/unused/
Dlinker.c781 ehdr->e_ident[EI_MAG3] != ELFMAG3) { in ocVerifyImage_ELF()
/external/valgrind/include/vki/
Dvki-solaris.h381 #define VKI_EI_MAG3 EI_MAG3
/external/valgrind/VEX/switchback/
Dlinker.c941 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/elfutils/libelf/
Delf.h116 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/external/kmod/port-gnu/
Delf.h115 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/external/elfutils/src/
Delflint.c366 if (ehdr->e_ident[EI_MAG3] != ELFMAG3) in check_elf_header()
367 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3); in check_elf_header()
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c126 && ehdr->e_ident[EI_MAG3] == 'F'); in ML_()
/external/valgrind/perf/
Dtinycc.c199 #define EI_MAG3 3 /* File identification byte 3 index */ macro