Searched refs:EI_MAG3 (Results 1 - 16 of 16) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasanwrapper.cc43 buf[EI_MAG2] != ELFMAG2 || buf[EI_MAG3] != ELFMAG3)
/external/elfutils/src/tests/
H A Dasm-tst1.c38 [EI_MAG3] = ELFMAG3,
H A Dasm-tst2.c38 [EI_MAG3] = ELFMAG3,
H A Dasm-tst9.c46 [EI_MAG3] = ELFMAG3,
/external/google-breakpad/src/common/solaris/
H A Dfile_id.cc92 elf_header.e_ident[EI_MAG3] != ELFMAG3) {
/external/elfutils/src/libdwfl/
H A Dlinux-proc-maps.c72 || buf[EI_MAG3] != ELFMAG3
/external/kernel-headers/original/uapi/linux/
H A Delf.h328 #define EI_MAG3 3 macro
/external/llvm/include/llvm/Support/
H A DELF.h53 EI_MAG3 = 3, // File identification index. enumerator in enum:llvm::ELF::__anon10227
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp160 Header.e_ident[EI_MAG3] = 'F';
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1548 s->Printf("e_ident[EI_MAG3 ] = 0x%2.2x '%c'\n",
1549 header.e_ident[EI_MAG3], header.e_ident[EI_MAG3]);
/external/valgrind/VEX/switchback/
H A Dlinker.c941 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/valgrind/VEX/unused/
H A Dlinker.c781 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/elfutils/src/libelf/
H A Delf.h116 #define EI_MAG3 3 /* File identification byte 3 index */ macro
/external/elfutils/src/src/
H A Delflint.c366 if (ehdr->e_ident[EI_MAG3] != ELFMAG3)
367 ERROR ("e_ident[%d] != '%c'\n", EI_MAG3, ELFMAG3);
/external/valgrind/coregrind/m_debuginfo/
H A Dreadelf.c123 && ehdr->e_ident[EI_MAG3] == 'F');
/external/valgrind/perf/
H A Dtinycc.c199 #define EI_MAG3 3 /* File identification byte 3 index */ macro

Completed in 1204 milliseconds