Searched refs:ELFMAG1 (Results 1 – 21 of 21) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asanwrapper.cc | 42 if (buf[EI_MAG0] != ELFMAG0 || buf[EI_MAG1] != ELFMAG1 || in elf_is_64bit()
|
/external/minijail/ |
D | elfparse.c | 11 (buf[EI_MAG1] == ELFMAG1) && in is_elf_magic()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 90 elf_header.e_ident[EI_MAG1] != ELFMAG1 || in FindElfTextSection()
|
/external/elfutils/tests/ |
D | asm-tst1.c | 36 [EI_MAG1] = ELFMAG1,
|
D | asm-tst2.c | 36 [EI_MAG1] = ELFMAG1,
|
D | asm-tst9.c | 44 [EI_MAG1] = ELFMAG1,
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 112 header->e_ident[1] == ELFMAG1 && in IsValid()
|
D | synth_elf_unittest.cc | 220 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST() 295 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in TYPED_TEST()
|
D | synth_elf.cc | 35 D8(ELFMAG1); in ELF()
|
D | elf_core_dump_unittest.cc | 93 header.e_ident[1] = ELFMAG1; in TEST()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 715 buffer.header32.e_ident[1]!=ELFMAG1 || in getArchitecture() 784 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode() 901 ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, in writeObjectCode()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 336 #define ELFMAG1 'E' macro
|
/external/google-breakpad/src/client/solaris/handler/ |
D | solaris_lwp.cc | 370 if (buf[0] != ELFMAG0 || buf[1] != ELFMAG1 || in ListModules()
|
/external/elfutils/libdwfl/ |
D | linux-proc-maps.c | 71 || buf[EI_MAG1] != ELFMAG1 || buf[EI_MAG2] != ELFMAG2 in get_pid_class()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 779 ehdr->e_ident[EI_MAG1] != ELFMAG1 || in ocVerifyImage_ELF()
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 939 ehdr->e_ident[EI_MAG1] != ELFMAG1 ||
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 386 #define VKI_ELFMAG1 ELFMAG1
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 1095 ehdr.e_ident[1] = ELFMAG1; in main()
|
/external/elfutils/libelf/ |
D | elf.h | 111 #define ELFMAG1 'E' /* Magic number byte 1 */ macro
|
/external/elfutils/src/ |
D | elflint.c | 362 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/perf/ |
D | tinycc.c | 194 #define ELFMAG1 'E' /* Magic number byte 1 */ macro 19754 ehdr.e_ident[1] = ELFMAG1; in tcc_output_file() 19878 ehdr.e_ident[1] != ELFMAG1 || in tcc_load_object_file() 20996 ehdr.e_ident[1] == ELFMAG1 && in tcc_add_file_internal()
|