Elf32_Ehdr        164 compat/freebsd/freebsd_exec.c 	Elf32_Ehdr *eh = epp->ep_hdr;
Elf32_Ehdr        480 compat/linux/linux_exec.c 	Elf32_Ehdr *eh = epp->ep_hdr;
Elf32_Ehdr         96 kern/exec_conf.c 	{ sizeof(Elf32_Ehdr), exec_elf32_makecmds, &emul_native },	/* elf binaries */
Elf32_Ehdr        106 kern/exec_conf.c 	{ sizeof(Elf32_Ehdr), exec_linux_elf32_makecmds, &emul_linux_elf },
Elf32_Ehdr        117 kern/exec_conf.c 	{ sizeof(Elf32_Ehdr), exec_freebsd_elf32_makecmds, &emul_freebsd_elf },
Elf32_Ehdr        132 kern/exec_conf.c 	{ sizeof(Elf32_Ehdr), exec_elf32_makecmds, &emul_svr4 },	/* elf binaries */
Elf32_Ehdr        129 lib/libsa/loadfile.c 		Elf32_Ehdr elf32;
Elf32_Ehdr        545 sys/exec_elf.h #define Elf_Ehdr	Elf32_Ehdr