elf64             132 lib/libsa/loadfile.c 		Elf64_Ehdr elf64;
elf64             166 lib/libsa/loadfile.c 	if (memcmp(hdr.elf64.e_ident, ELFMAG, SELFMAG) == 0 &&
elf64             167 lib/libsa/loadfile.c 	    hdr.elf64.e_ident[EI_CLASS] == ELFCLASS64) {
elf64             168 lib/libsa/loadfile.c 		rval = elf64_exec(fd, &hdr.elf64, marks, flags);