exec_package
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
struct exec_package;
int exec_md_map(struct proc *, struct exec_package *);
setregs(struct proc *p, struct exec_package *pack, u_long stack,
exec_md_map(struct proc *p, struct exec_package *pack)
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
setregs(struct proc *p, struct exec_package *pack, u_long stack,
int elf_os_pt_note(struct proc *, struct exec_package *, Elf_Ehdr *, int *);
elf_os_pt_note(struct proc *p, struct exec_package *epp, Elf_Ehdr *eh, int *namesp)
elf_load_file(struct proc *p, char *path, struct exec_package *epp,
exec_elf_makecmds(struct proc *p, struct exec_package *epp)
int elf_load_file(struct proc *, char *, struct exec_package *,
exec_elf_fixup(struct proc *p, struct exec_package *epp)
exec_script_makecmds(struct proc *p, struct exec_package *epp)
exec_process_vmcmds(struct proc *p, struct exec_package *epp)
exec_setup_stack(struct proc *p, struct exec_package *epp)
exec_free_package(struct exec_package *pack)
check_exec(struct proc *p, struct exec_package *epp)
struct exec_package pack;
copyargs(struct exec_package *pack, struct ps_strings *arginfo, void *stack,
void exec_free_package(struct exec_package *);
int copyargs(struct exec_package *, struct ps_strings *, void *, void *);
void setregs(struct proc *, struct exec_package *, u_long,
int check_exec(struct proc *, struct exec_package *);
int exec_setup_stack(struct proc *, struct exec_package *);
int exec_process_vmcmds(struct proc *, struct exec_package *);
struct exec_package;
typedef int (*exec_makecmds_fcn)(struct proc *, struct exec_package *);
struct exec_package;
int exec_elf_makecmds(struct proc *, struct exec_package *);
int exec_elf_fixup(struct proc *, struct exec_package *);
int exec_script_makecmds(struct proc *, struct exec_package *);