Home
last modified time | relevance | path

Searched refs:SELFMAG (Results 1 – 13 of 13) sorted by relevance

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