| /openbsd/src/sys/sys/ |
| D | exec.h | 74 struct exec_package; 76 typedef int (*exec_makecmds_fcn)(struct proc *, struct exec_package *); 110 struct exec_package { struct 157 int copyargs(struct exec_package *, struct ps_strings *, void *, void *); argument 158 void setregs(struct proc *, struct exec_package *, u_long, 160 int check_exec(struct proc *, struct exec_package *); 161 int exec_setup_stack(struct proc *, struct exec_package *); 162 int exec_process_vmcmds(struct proc *, struct exec_package *);
|
| D | exec_script.h | 41 int exec_script_makecmds(struct proc *, struct exec_package *);
|
| D | exec_elf.h | 826 struct exec_package; 828 int exec_elf_makecmds(struct proc *, struct exec_package *); 829 int exec_elf_fixup(struct proc *, struct exec_package *);
|
| /openbsd/src/sys/arch/arm/arm/ |
| D | arm_machdep.c | 101 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/mips64/mips64/ |
| D | mips64_machdep.c | 140 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs() 159 exec_md_map(struct proc *p, struct exec_package *pack) in exec_md_map()
|
| /openbsd/src/sys/arch/mips64/include/ |
| D | cpu.h | 411 struct exec_package; 425 int exec_md_map(struct proc *, struct exec_package *);
|
| /openbsd/src/sys/kern/ |
| D | exec_subr.c | 121 exec_process_vmcmds(struct proc *p, struct exec_package *epp) in exec_process_vmcmds() 376 exec_setup_stack(struct proc *p, struct exec_package *epp) in exec_setup_stack()
|
| D | exec_elf.c | 94 int elf_load_file(struct proc *, char *, struct exec_package *, 101 int elf_os_pt_note(struct proc *, struct exec_package *, Elf_Ehdr *, int *); 347 elf_load_file(struct proc *p, char *path, struct exec_package *epp, in elf_load_file() 601 exec_elf_makecmds(struct proc *p, struct exec_package *epp) in exec_elf_makecmds() 943 exec_elf_fixup(struct proc *p, struct exec_package *epp) in exec_elf_fixup() 1062 elf_os_pt_note(struct proc *p, struct exec_package *epp, Elf_Ehdr *eh, int *namesp) in elf_os_pt_note()
|
| D | exec_script.c | 63 exec_script_makecmds(struct proc *p, struct exec_package *epp) in exec_script_makecmds()
|
| D | kern_exec.c | 123 check_exec(struct proc *p, struct exec_package *epp) in check_exec() 256 struct exec_package pack; in sys_execve() 804 copyargs(struct exec_package *pack, struct ps_strings *arginfo, void *stack, in copyargs()
|
| /openbsd/src/sys/arch/m88k/m88k/ |
| D | m88k_machdep.c | 115 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/sh/sh/ |
| D | sh_machdep.c | 563 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/macppc/macppc/ |
| D | machdep.c | 419 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | machdep.c | 400 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/arm64/arm64/ |
| D | machdep.c | 442 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/powerpc64/powerpc64/ |
| D | machdep.c | 893 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/hppa/hppa/ |
| D | machdep.c | 1148 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/alpha/alpha/ |
| D | machdep.c | 1569 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | machdep.c | 1208 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/sparc64/sparc64/ |
| D | machdep.c | 246 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|
| /openbsd/src/sys/arch/i386/i386/ |
| D | machdep.c | 2863 setregs(struct proc *p, struct exec_package *pack, u_long stack, in setregs()
|