Home
last modified time | relevance | path

Searched refs:ELFMAG2 (Results 1 – 20 of 20) 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.cc91 elf_header.e_ident[EI_MAG2] != ELFMAG2 || in FindElfTextSection()
/external/elfutils/src/tests/
Dasm-tst1.c37 [EI_MAG2] = ELFMAG2,
Dasm-tst2.c37 [EI_MAG2] = ELFMAG2,
Dasm-tst9.c45 [EI_MAG2] = ELFMAG2,
/external/google-breakpad/src/common/linux/
Delf_core_dump.cc113 header->e_ident[2] == ELFMAG2 && in IsValid()
Dsynth_elf_unittest.cc220 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST()
295 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST()
Delf_core_dump_unittest.cc99 header.e_ident[2] = ELFMAG2; in TEST()
Dsynth_elf.cc36 D8(ELFMAG2); in ELF()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c716 buffer.header32.e_ident[2]!=ELFMAG2 || in getArchitecture()
784 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
901 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
/external/kernel-headers/original/uapi/linux/
Delf.h337 #define ELFMAG2 'L' macro
/external/elfutils/src/libdwfl/
Dlinux-proc-maps.c71 || buf[EI_MAG1] != ELFMAG1 || buf[EI_MAG2] != ELFMAG2 in get_pid_class()
/external/google-breakpad/src/client/solaris/handler/
Dsolaris_lwp.cc371 buf[2] != ELFMAG2 || buf[3] != ELFMAG3) { in ListModules()
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c247 res &= elf->e_ident[EI_MAG2] == ELFMAG2; in parse_elf_header()
/external/valgrind/VEX/unused/
Dlinker.c780 ehdr->e_ident[EI_MAG2] != ELFMAG2 || in ocVerifyImage_ELF()
/external/valgrind/VEX/switchback/
Dlinker.c940 ehdr->e_ident[EI_MAG2] != ELFMAG2 ||
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc1094 ehdr.e_ident[2] = ELFMAG2; in main()
/external/elfutils/src/libelf/
Delf.h114 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
/external/elfutils/src/src/
Delflint.c364 if (ehdr->e_ident[EI_MAG2] != ELFMAG2) in check_elf_header()
365 ERROR ("e_ident[%d] != '%c'\n", EI_MAG2, ELFMAG2); in check_elf_header()
/external/valgrind/perf/
Dtinycc.c197 #define ELFMAG2 'L' /* Magic number byte 2 */ macro
19755 ehdr.e_ident[2] = ELFMAG2; in tcc_output_file()
19879 ehdr.e_ident[2] != ELFMAG2 || in tcc_load_object_file()
20997 ehdr.e_ident[2] == ELFMAG2 && in tcc_add_file_internal()