Home
last modified time | relevance | path

Searched refs:ELFMAG3 (Results 1 – 21 of 21) sorted by relevance

/external/compiler-rt/lib/asan/
Dasanwrapper.cc43 buf[EI_MAG2] != ELFMAG2 || buf[EI_MAG3] != ELFMAG3) in elf_is_64bit()
/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/google-breakpad/src/common/linux/
Delf_core_dump.cc114 header->e_ident[3] == ELFMAG3 && in IsValid()
Dsynth_elf_unittest.cc220 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST()
295 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST()
Dsynth_elf.cc37 D8(ELFMAG3); in ELF()
Delf_core_dump_unittest.cc105 header.e_ident[3] = ELFMAG3; in TEST()
/external/elfutils/tests/
Dasm-tst1.c38 [EI_MAG3] = ELFMAG3,
Dasm-tst2.c38 [EI_MAG3] = ELFMAG3,
Dasm-tst9.c46 [EI_MAG3] = ELFMAG3,
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c717 buffer.header32.e_ident[3]!=ELFMAG3 || in getArchitecture()
784 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
901 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
/external/kernel-headers/original/uapi/linux/
Delf.h338 #define ELFMAG3 'F' macro
/external/elfutils/libdwfl/
Dlinux-proc-maps.c72 || buf[EI_MAG3] != ELFMAG3 in get_pid_class()
/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc371 buf[2] != ELFMAG2 || buf[3] != ELFMAG3) { in ListModules()
/external/valgrind/VEX/unused/
Dlinker.c781 ehdr->e_ident[EI_MAG3] != ELFMAG3) { in ocVerifyImage_ELF()
/external/valgrind/include/vki/
Dvki-solaris.h388 #define VKI_ELFMAG3 ELFMAG3
/external/valgrind/VEX/switchback/
Dlinker.c941 ehdr->e_ident[EI_MAG3] != ELFMAG3) {
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1097 ehdr.e_ident[3] = ELFMAG3; in main()
/external/elfutils/libelf/
Delf.h117 #define ELFMAG3 'F' /* Magic number byte 3 */ 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/perf/
Dtinycc.c200 #define ELFMAG3 'F' /* Magic number byte 3 */ macro
19756 ehdr.e_ident[3] = ELFMAG3; in tcc_output_file()
19880 ehdr.e_ident[3] != ELFMAG3) in tcc_load_object_file()
20998 ehdr.e_ident[3] == ELFMAG3) { in tcc_add_file_internal()