Searched refs:ELFMAG (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/sys/lib/libsa/ |
| D | loadfile.c | 153 if (memcmp(hdr.elf32.e_ident, ELFMAG, SELFMAG) == 0 && in loadfile() 159 if (memcmp(hdr.elf64.e_ident, ELFMAG, SELFMAG) == 0 && in loadfile()
|
| /mirbsd/src/libexec/ld.so/ldd/ |
| D | ldd.c | 115 if (memcmp(ehdr.e_ident, ELFMAG, SELFMAG) || in doit()
|
| /mirbsd/src/sys/dev/ |
| D | ksyms.c | 91 if (memcmp(elf->e_ident, ELFMAG, SELFMAG) != 0 ||
|
| /mirbsd/src/usr.bin/file/ |
| D | readelf.h | 135 #define ELFMAG "\177ELF" macro
|
| /mirbsd/src/sys/ddb/ |
| D | db_elf.c | 140 if (memcmp(elf->e_ident, ELFMAG, SELFMAG) != 0 ||
|
| /mirbsd/src/sys/arch/sparc/stand/boot/ |
| D | loadfile.c | 86 if (memcmp(ELFMAG, hdr.elf.e_ident, SELFMAG) == 0) { in loadfile()
|
| /mirbsd/src/sys/sys/ |
| D | exec_elf.h | 86 #define ELFMAG "\177ELF" /* magic */ macro
|
| /mirbsd/src/sbin/modload/ |
| D | elf.c | 236 if (memcmp(ehdr->e_ident, ELFMAG, SELFMAG) != 0 || in read_elf_header()
|