Searched refs:ELFMAG (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 43 if (memcmp (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG) != 0) in ELFW() 45 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in ELFW()
|
D | common.h | 36 if (len >= EI_NIDENT && memcmp (buf, ELFMAG, SELFMAG) == 0) in determine_kind()
|
D | elf.h | 119 #define ELFMAG "\177ELF" macro
|
/external/qemu/elff/ |
D | elf.h | 116 #define ELFMAG "\177ELF" macro
|
D | elf_file.cc | 106 if (memcmp(elf_hdr->e_ident, ELFMAG, SELFMAG) != 0) { in Create()
|
/external/elfutils/libasm/ |
D | asm_begin.c | 74 memcpy (&ehdr->e_ident[EI_MAG0], ELFMAG, SELFMAG); in prepare_binary_output()
|
/external/kernel-headers/original/linux/ |
D | elf.h | 309 #define ELFMAG "\177ELF" macro
|
/external/chromium/base/third_party/symbolize/ |
D | symbolize.cc | 172 if (memcmp(elf_header.e_ident, ELFMAG, SELFMAG) != 0) { in FileGetElfType()
|
/external/qemu/ |
D | elf.h | 1110 #define ELFMAG "\177ELF" macro
|