Searched refs:ELFMAG (Results 1 – 17 of 17) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | elfutils.cc | 55 assert(my_strncmp(elf_base, ELFMAG, SELFMAG) == 0); in FindElfClassSection() 90 assert(my_strncmp(elf_base, ELFMAG, SELFMAG) == 0); in FindElfClassSegment() 111 ELFMAG, SELFMAG) == 0; in IsValidElf()
|
/external/libunwind/src/ |
D | elfxx.h | 92 return (memcmp (ei->u.mapped.image, ELFMAG, SELFMAG) == 0 in elf_w() 103 if (memcmp (e_ident, ELFMAG, SELFMAG) != 0) { in elf_w()
|
/external/elfutils/src/libelf/ |
D | elf32_updatenull.c | 55 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW() 57 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
|
D | common.h | 50 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0) in determine_kind()
|
D | elf.h | 120 #define ELFMAG "\177ELF" macro
|
/external/elfutils/src/libasm/ |
D | asm_begin.c | 106 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
|
/external/valgrind/coregrind/m_ume/ |
D | elf.c | 107 if (VG_(memcmp)(&e->e.e_ident[0], ELFMAG, SELFMAG) != 0) { in readelf() 250 return (len > sizeof(*e)) && VG_(memcmp)(&e->e_ident[0], ELFMAG, SELFMAG) == 0; in VG_()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 339 #define ELFMAG "\177ELF" macro
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | symbol-minimal.c | 98 if (memcmp(e_ident, ELFMAG, SELFMAG) || in filename__read_build_id()
|
/external/valgrind/coregrind/ |
D | launcher-linux.c | 200 } else if (n_bytes >= SELFMAG && memcmp(header, ELFMAG, SELFMAG) == 0) { in select_platform()
|
/external/elfutils/src/libdwfl/ |
D | elf-from-memory.c | 87 if (memcmp (buffer, ELFMAG, SELFMAG) != 0) in elf_from_remote_memory()
|
D | dwfl_segment_report_module.c | 293 || memcmp (buffer, ELFMAG, SELFMAG) != 0) in dwfl_segment_report_module()
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 108 if (memcmp(&elf_header32, ELFMAG, SELFMAG) != 0) in _UCD_create()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_ptrace_dumper_unittest.cc | 291 EXPECT_EQ(0, memcmp(linux_gate_loc, ELFMAG, SELFMAG)); in TEST_F()
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 213 return memcmp(elf_header, ELFMAG, SELFMAG) == 0; in IsValidElf()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 91 VG_(memcpy)(ehdr->e_ident, ELFMAG, SELFMAG); in fill_ehdr()
|
/external/valgrind/perf/ |
D | tinycc.c | 203 #define ELFMAG "\177ELF" macro
|