Home
last modified time | relevance | path

Searched refs:exec_setup_stack (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/sys/
H A Dexec.h161 int exec_setup_stack(struct proc *, struct exec_package *);
/openbsd/sys/kern/
H A Dexec_subr.c376 exec_setup_stack(struct proc *p, struct exec_package *epp) in exec_setup_stack() function
H A Dexec_elf.c918 return (exec_setup_stack(p, epp)); in exec_elf_makecmds()