emul_native        78 kern/exec_conf.c extern struct emul emul_native, emul_elf32, emul_elf64, emul_aout,
emul_native        84 kern/exec_conf.c 	{ MAXINTERP, exec_script_makecmds, &emul_native, },	/* shell scripts */
emul_native        89 kern/exec_conf.c 	{ sizeof(struct exec), exec_aout_makecmds, &emul_native },	/* a.out binaries */
emul_native        93 kern/exec_conf.c 	{ ECOFF_HDR_SIZE, exec_ecoff_makecmds, &emul_native },	/* ecoff binaries */
emul_native        96 kern/exec_conf.c 	{ sizeof(Elf32_Ehdr), exec_elf32_makecmds, &emul_native },	/* elf binaries */
emul_native        99 kern/exec_conf.c 	{ sizeof(Elf64_Ehdr), exec_elf64_makecmds, &emul_native },	/* elf binaries */
emul_native       123 kern/exec_conf.c 	{ sizeof(struct exec), exec_m68k4k_makecmds, &emul_native },	/* m68k4k a.out */
emul_native       126 kern/exec_conf.c 	{ sizeof(struct exec), exec_vax1k_makecmds, &emul_native },	/* vax1k a.out */
emul_native       149 kern/init_main.c struct emul emul_native = {
emul_native       275 kern/init_main.c 	p->p_emul = &emul_native;
emul_native       258 kern/kern_exec.c 	extern struct emul emul_native;
emul_native       304 kern/kern_exec.c 	pack.ep_emul = &emul_native;