elf32             129 lib/libsa/loadfile.c 		Elf32_Ehdr elf32;
elf32             160 lib/libsa/loadfile.c 	if (memcmp(hdr.elf32.e_ident, ELFMAG, SELFMAG) == 0 &&
elf32             161 lib/libsa/loadfile.c 	    hdr.elf32.e_ident[EI_CLASS] == ELFCLASS32) {
elf32             162 lib/libsa/loadfile.c 		rval = elf32_exec(fd, &hdr.elf32, marks, flags);