Searched refs:SELFMAG (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/main/coregrind/ |
D | launcher-linux.c | 165 } else if (n_bytes >= SELFMAG && memcmp(header, ELFMAG, SELFMAG) == 0) { in select_platform()
|
/external/qemu/elff/ |
D | elff_elf.h | 115 #define SELFMAG 4 macro
|
D | elf_file.cc | 111 if (memcmp(elf_hdr->e_ident, ELFMAG, SELFMAG) != 0) { in Create()
|
/external/elfutils/libelf/ |
D | common.h | 71 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0) in determine_kind()
|
D | elf32_updatenull.c | 76 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW() 78 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
|
D | elf.h | 131 #define SELFMAG 4 macro
|
/external/elfutils/libasm/ |
D | asm_begin.c | 103 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
|
/external/valgrind/main/coregrind/m_ume/ |
D | elf.c | 108 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/ |
D | elf-from-memory.c | 104 if (memcmp (buffer, ELFMAG, SELFMAG) != 0) in elf_from_remote_memory()
|
D | dwfl_segment_report_module.c | 148 || memcmp (buffer, ELFMAG, SELFMAG) != 0) in dwfl_segment_report_module()
|
/external/qemu/ |
D | elf.h | 1159 #define SELFMAG 4 macro
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 92 VG_(memcpy)(ehdr->e_ident, ELFMAG, SELFMAG); in fill_ehdr()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 204 #define SELFMAG 4 macro
|