Searched refs:emul_find_interp (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/kern/
H A Dsubr_emul.c101 emul_find_interp(struct lwp *l, struct exec_package *epp, const char *itp) function
H A Dexec_elf.c449 error = emul_find_interp(l, epp, path);
/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_exec_elf32.c77 if ((error = emul_find_interp(l, epp, itp)))
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_exec_elf32.c93 if ((error = emul_find_interp(l, epp, itp)))
/netbsd-current/sys/sys/
H A Dexec.h324 int emul_find_interp(struct lwp *, struct exec_package *, const char *);
/netbsd-current/sys/compat/linux/common/
H A Dlinux_exec_elf32.c468 if ((error = emul_find_interp(l, epp, itp)))

Completed in 152 milliseconds