Home
last modified time | relevance | path

Searched refs:ep_emul_arg (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_exec_powerpc.c104 if ((ap = (struct elf_args *)pack->ep_emul_arg)) { in ELFNAME2()
/netbsd/src/sys/compat/linux32/common/
Dlinux32_exec_elf32.c138 if ((ap = (struct elf_args *)pack->ep_emul_arg)) { in linux32_elf32_copyargs()
/netbsd/src/sys/sys/
Dexec.h215 void *ep_emul_arg; /* emulation argument */ member
/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_exec_machdep.c147 ap = (struct elf_args *)pack->ep_emul_arg; in ELFNAME2()
/netbsd/src/sys/kern/
Dkern_exec.c535 KASSERT(epp->ep_emul_arg == NULL); in check_exec()
833 epp->ep_emul_arg = NULL; in execve_loadvm()
2950 KASSERT(epp->ep_emul_arg != NULL); in exec_free_emul_arg()
2951 (*epp->ep_emul_arg_free)(epp->ep_emul_arg); in exec_free_emul_arg()
2953 epp->ep_emul_arg = NULL; in exec_free_emul_arg()
2955 KASSERT(epp->ep_emul_arg == NULL); in exec_free_emul_arg()
Dexec_elf.c173 if ((ap = (struct elf_args *)pack->ep_emul_arg)) { in elf_populate_auxv()
873 epp->ep_emul_arg = ap; in exec_elf_makecmds()
/netbsd/src/sys/compat/linux/common/
Dlinux_exec_elf32.c507 if ((ap = (struct elf_args *)pack->ep_emul_arg)) { in ELFNAME2()