Searched refs:SELFMAG (Results 1 - 14 of 14) sorted by relevance

/external/elfutils/libelf/
H A Dcommon.h71 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0)
H A Delf32_updatenull.c76 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0)
78 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG);
H A Delf.h131 #define SELFMAG 4 macro
/external/qemu/elff/
H A Delff_elf.h115 #define SELFMAG 4 macro
H A Delf_file.cc111 if (memcmp(elf_hdr->e_ident, ELFMAG, SELFMAG) != 0) {
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c165 } else if (n_bytes >= SELFMAG && memcmp(header, ELFMAG, SELFMAG) == 0) {
/external/elfutils/libasm/
H A Dasm_begin.c103 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG);
/external/valgrind/main/coregrind/m_ume/
H A Delf.c108 if (VG_(memcmp)(&e->e.e_ident[0], ELFMAG, SELFMAG) != 0) {
252 return (len > sizeof(*e)) && VG_(memcmp)(&e->e_ident[0], ELFMAG, SELFMAG) == 0;
/external/elfutils/libdwfl/
H A Delf-from-memory.c104 if (memcmp (buffer, ELFMAG, SELFMAG) != 0)
H A Ddwfl_segment_report_module.c148 || memcmp (buffer, ELFMAG, SELFMAG) != 0)
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc176 if (memcmp(elf_header.e_ident, ELFMAG, SELFMAG) != 0) {
/external/qemu/
H A Delf.h1159 #define SELFMAG 4 macro
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c92 VG_(memcpy)(ehdr->e_ident, ELFMAG, SELFMAG);
/external/valgrind/main/perf/
H A Dtinycc.c204 #define SELFMAG 4 macro

Completed in 271 milliseconds