/src/usr.sbin/lockstat/ |
Makefile | 5 SRCS= elf32.c elf64.c main.c 12 elf64.o: elf32.c
|
Makefile | 5 SRCS= elf32.c elf64.c main.c 12 elf64.o: elf32.c
|
/src/sys/lib/libsa/ |
loadfile.c | 131 Elf64_Ehdr elf64; member in union:fdloadfile::__anona6a80eac010a 168 if (memcmp(hdr.elf64.e_ident, ELFMAG, SELFMAG) == 0 && 169 hdr.elf64.e_ident[EI_CLASS] == ELFCLASS64) { 171 netbsd_elf_data = hdr.elf64.e_ident[EI_DATA]; 172 rval = loadfile_elf64(fd, &hdr.elf64, marks, flags);
|
loadfile.c | 131 Elf64_Ehdr elf64; member in union:fdloadfile::__anona6a80eac010a 168 if (memcmp(hdr.elf64.e_ident, ELFMAG, SELFMAG) == 0 && 169 hdr.elf64.e_ident[EI_CLASS] == ELFCLASS64) { 171 netbsd_elf_data = hdr.elf64.e_ident[EI_DATA]; 172 rval = loadfile_elf64(fd, &hdr.elf64, marks, flags);
|