Searched refs:ELFMAG0 (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 | 10 return (buf[EI_MAG0] == ELFMAG0) && in is_elf_magic()
|
/external/google-breakpad/src/common/solaris/ |
D | file_id.cc | 89 if (elf_header.e_ident[EI_MAG0] != ELFMAG0 || in FindElfTextSection()
|
/external/elfutils/tests/ |
D | asm-tst1.c | 35 .e_ident = { [EI_MAG0] = ELFMAG0,
|
D | asm-tst2.c | 35 .e_ident = { [EI_MAG0] = ELFMAG0,
|
D | asm-tst9.c | 43 .e_ident = { [EI_MAG0] = ELFMAG0,
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 111 header->e_ident[0] == ELFMAG0 && 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 | 34 D8(ELFMAG0); in ELF()
|
D | elf_core_dump_unittest.cc | 87 header.e_ident[0] = ELFMAG0; in TEST()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.c | 714 buffer.header32.e_ident[0]!=ELFMAG0 || 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 | 335 #define ELFMAG0 0x7f /* EI_MAG */ 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 | 70 if (nread != sizeof buf || buf[EI_MAG0] != ELFMAG0 in get_pid_class()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 778 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 || in ocVerifyImage_ELF()
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 938 if (ehdr->e_ident[EI_MAG0] != ELFMAG0 ||
|
/external/valgrind/include/vki/ |
D | vki-solaris.h | 385 #define VKI_ELFMAG0 ELFMAG0
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 1094 ehdr.e_ident[0] = ELFMAG0; in main()
|
/external/elfutils/libelf/ |
D | elf.h | 108 #define ELFMAG0 0x7f /* Magic number byte 0 */ macro
|
/external/elfutils/src/ |
D | elflint.c | 360 if (ehdr->e_ident[EI_MAG0] != ELFMAG0) in check_elf_header() 361 ERROR ("e_ident[%d] != '%c'\n", EI_MAG0, ELFMAG0); in check_elf_header()
|
/external/valgrind/perf/ |
D | tinycc.c | 191 #define ELFMAG0 0x7f /* Magic number byte 0 */ macro 19753 ehdr.e_ident[0] = ELFMAG0; in tcc_output_file() 19877 if (ehdr.e_ident[0] != ELFMAG0 || in tcc_load_object_file() 20995 if (ehdr.e_ident[0] == ELFMAG0 && in tcc_add_file_internal()
|