Symbol: exec_package
sys/arch/alpha/alpha/machdep.c
1561
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/amd64/amd64/machdep.c
1234
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/arm/arm/arm_machdep.c
101
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/arm64/arm64/machdep.c
460
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/hppa/hppa/machdep.c
1148
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/i386/i386/machdep.c
2891
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/m88k/m88k/m88k_machdep.c
115
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/macppc/macppc/machdep.c
419
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/mips64/include/cpu.h
409
struct exec_package;
sys/arch/mips64/include/cpu.h
423
int exec_md_map(struct proc *, struct exec_package *);
sys/arch/mips64/mips64/mips64_machdep.c
140
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/mips64/mips64/mips64_machdep.c
159
exec_md_map(struct proc *p, struct exec_package *pack)
sys/arch/powerpc64/powerpc64/machdep.c
893
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/riscv64/riscv64/machdep.c
416
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/sh/sh/sh_machdep.c
563
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/arch/sparc64/sparc64/machdep.c
246
setregs(struct proc *p, struct exec_package *pack, u_long stack,
sys/kern/exec_elf.c
100
int elf_os_pt_note(struct proc *, struct exec_package *, Elf_Ehdr *, int *);
sys/kern/exec_elf.c
1061
elf_os_pt_note(struct proc *p, struct exec_package *epp, Elf_Ehdr *eh, int *namesp)
sys/kern/exec_elf.c
342
elf_load_file(struct proc *p, char *path, struct exec_package *epp,
sys/kern/exec_elf.c
601
exec_elf_makecmds(struct proc *p, struct exec_package *epp)
sys/kern/exec_elf.c
93
int elf_load_file(struct proc *, char *, struct exec_package *,
sys/kern/exec_elf.c
939
exec_elf_fixup(struct proc *p, struct exec_package *epp)
sys/kern/exec_script.c
63
exec_script_makecmds(struct proc *p, struct exec_package *epp)
sys/kern/exec_subr.c
121
exec_process_vmcmds(struct proc *p, struct exec_package *epp)
sys/kern/exec_subr.c
376
exec_setup_stack(struct proc *p, struct exec_package *epp)
sys/kern/kern_exec.c
104
exec_free_package(struct exec_package *pack)
sys/kern/kern_exec.c
143
check_exec(struct proc *p, struct exec_package *epp)
sys/kern/kern_exec.c
277
struct exec_package pack;
sys/kern/kern_exec.c
821
copyargs(struct exec_package *pack, struct ps_strings *arginfo, void *stack,
sys/kern/kern_exec.c
95
void exec_free_package(struct exec_package *);
sys/sys/exec.h
158
int copyargs(struct exec_package *, struct ps_strings *, void *, void *);
sys/sys/exec.h
159
void setregs(struct proc *, struct exec_package *, u_long,
sys/sys/exec.h
161
int check_exec(struct proc *, struct exec_package *);
sys/sys/exec.h
162
int exec_setup_stack(struct proc *, struct exec_package *);
sys/sys/exec.h
163
int exec_process_vmcmds(struct proc *, struct exec_package *);
sys/sys/exec.h
74
struct exec_package;
sys/sys/exec.h
76
typedef int (*exec_makecmds_fcn)(struct proc *, struct exec_package *);
sys/sys/exec_elf.h
831
struct exec_package;
sys/sys/exec_elf.h
833
int exec_elf_makecmds(struct proc *, struct exec_package *);
sys/sys/exec_elf.h
834
int exec_elf_fixup(struct proc *, struct exec_package *);
sys/sys/exec_script.h
41
int exec_script_makecmds(struct proc *, struct exec_package *);