Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasanwrapper.cc43 buf[EI_MAG2] != ELFMAG2 || buf[EI_MAG3] != ELFMAG3) in elf_is_64bit()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc92 elf_header.e_ident[EI_MAG3] != ELFMAG3) { in FindElfTextSection()
/external/elfutils/src/tests/
Dasm-tst1.c38 [EI_MAG3] = ELFMAG3,
Dasm-tst2.c38 [EI_MAG3] = ELFMAG3,
Dasm-tst9.c46 [EI_MAG3] = ELFMAG3,
/external/kernel-headers/original/uapi/linux/
Delf.h328 #define EI_MAG3 3 macro
/external/elfutils/src/libdwfl/
Dlinux-proc-maps.c72 || buf[EI_MAG3] != ELFMAG3 in get_pid_class()
/external/llvm/include/llvm/Support/
DELF.h53 EI_MAG3 = 3, // File identification index. enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp160 Header.e_ident[EI_MAG3] = 'F'; in initELFHeader()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1549 header.e_ident[EI_MAG3], header.e_ident[EI_MAG3]); in DumpELFHeader()
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c248 res &= elf->e_ident[EI_MAG3] == ELFMAG3; in parse_elf_header()
/external/valgrind/VEX/unused/
Dlinker.c781 ehdr->e_ident[EI_MAG3] != ELFMAG3) { in ocVerifyImage_ELF()
/external/valgrind/VEX/switchback/
Dlinker.c941 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/elfutils/src/libelf/
Delf.h116 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/external/elfutils/src/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.c123 && ehdr->e_ident[EI_MAG3] == 'F'); in ML_()
/external/valgrind/perf/
Dtinycc.c199 #define EI_MAG3 3 /* File identification byte 3 index */ macro