Lines Matching refs:exec_package
123 void linux_setregs(struct lwp *, struct exec_package *, vaddr_t);
125 int exec_linux_aout_makecmds(struct lwp *, struct exec_package *);
126 int linux_aout_copyargs(struct lwp *, struct exec_package *,
133 void linux_e_proc_exec(struct proc *, struct exec_package *);
140 int linux_elf32_probe(struct lwp *, struct exec_package *, void *,
142 int linux_elf32_copyargs(struct lwp *, struct exec_package *,
144 int linux_elf32_signature(struct lwp *, struct exec_package *,
148 struct exec_package *, Elf32_Ehdr *);
152 struct exec_package *, Elf32_Ehdr *);
156 struct exec_package *, Elf32_Ehdr *);
160 struct exec_package *, Elf32_Ehdr *);
164 int linux_elf64_probe(struct lwp *, struct exec_package *, void *,
166 int linux_elf64_copyargs(struct lwp *, struct exec_package *,
168 int linux_elf64_signature(struct lwp *, struct exec_package *,
172 struct exec_package *, Elf64_Ehdr *);
176 struct exec_package *, Elf64_Ehdr *);
180 struct exec_package *, Elf64_Ehdr *);
184 struct exec_package *, Elf64_Ehdr *);