Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasanwrapper.cc42 if (buf[EI_MAG0] != ELFMAG0 || buf[EI_MAG1] != ELFMAG1 || in elf_is_64bit()
/external/google-breakpad/src/common/solaris/
Dfile_id.cc90 elf_header.e_ident[EI_MAG1] != ELFMAG1 || in FindElfTextSection()
/external/elfutils/src/tests/
Dasm-tst1.c36 [EI_MAG1] = ELFMAG1,
Dasm-tst2.c36 [EI_MAG1] = ELFMAG1,
Dasm-tst9.c44 [EI_MAG1] = ELFMAG1,
/external/kernel-headers/original/uapi/linux/
Delf.h326 #define EI_MAG1 1 macro
/external/elfutils/src/libdwfl/
Dlinux-proc-maps.c71 || buf[EI_MAG1] != ELFMAG1 || buf[EI_MAG2] != ELFMAG2 in get_pid_class()
/external/llvm/include/llvm/Support/
DELF.h51 EI_MAG1 = 1, // File identification index. enumerator
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp158 Header.e_ident[EI_MAG1] = 'E'; in initELFHeader()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1545 header.e_ident[EI_MAG1], header.e_ident[EI_MAG1]); in DumpELFHeader()
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c246 res &= elf->e_ident[EI_MAG1] == ELFMAG1; in parse_elf_header()
/external/valgrind/VEX/unused/
Dlinker.c779 ehdr->e_ident[EI_MAG1] != ELFMAG1 || in ocVerifyImage_ELF()
/external/valgrind/VEX/switchback/
Dlinker.c939 ehdr->e_ident[EI_MAG1] != ELFMAG1 ||
/external/elfutils/src/libelf/
Delf.h110 #define EI_MAG1 1 /* File identification byte 1 index */ macro
/external/elfutils/src/src/
Delflint.c362 if (ehdr->e_ident[EI_MAG1] != ELFMAG1) in check_elf_header()
363 ERROR ("e_ident[%d] != '%c'\n", EI_MAG1, ELFMAG1); in check_elf_header()
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c121 && ehdr->e_ident[EI_MAG1] == 'E' in ML_()
/external/valgrind/perf/
Dtinycc.c193 #define EI_MAG1 1 /* File identification byte 1 index */ macro