Lines Matching refs:epp

93 	struct exec_package *epp,  in ELFNAME2()
108 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, in ELFNAME2()
128 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, in ELFNAME2()
161 struct exec_package *epp, in ELFNAME2()
173 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, in ELFNAME2()
192 error = exec_read(l, epp->ep_vp, s->sh_offset, tbuf, in ELFNAME2()
219 ELFNAME2(linux,debuglink_signature)(struct lwp *l, struct exec_package *epp, Elf_Ehdr *eh) in ELFNAME2()
233 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, in ELFNAME2()
253 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, in ELFNAME2()
277 ELFNAME2(linux,go_rt0_signature)(struct lwp *l, struct exec_package *epp, Elf_Ehdr *eh) in ELFNAME2()
294 error = exec_read(l, epp->ep_vp, eh->e_shoff, sh, shsize, in ELFNAME2()
314 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, in ELFNAME2()
334 error = exec_read(l, epp->ep_vp, sh[i].sh_offset, tmp, in ELFNAME2()
367 ELFNAME2(linux,signature)(struct lwp *l, struct exec_package *epp, Elf_Ehdr *eh, char *itp) in ELFNAME2()
381 error = exec_read(l, epp->ep_vp, eh->e_phoff, ph, phsize, in ELFNAME2()
397 error = exec_read(l, epp->ep_vp, ephp->p_offset, np, in ELFNAME2()
444 ELFNAME2(linux,probe)(struct lwp *l, struct exec_package *epp, void *eh, in ELFNAME2()
449 if (((error = ELFNAME2(linux,signature)(l, epp, eh, itp)) != 0) && in ELFNAME2()
451 ((error = ELFNAME2(linux,gcc_signature)(l, epp, eh)) != 0) && in ELFNAME2()
454 ((error = ELFNAME2(linux,atexit_signature)(l, epp, eh)) != 0) && in ELFNAME2()
457 ((error = ELFNAME2(linux,debuglink_signature)(l, epp, eh)) != 0) && in ELFNAME2()
460 ((error = ELFNAME2(linux,go_rt0_signature)(l, epp, eh)) != 0) && in ELFNAME2()
468 if ((error = emul_find_interp(l, epp, itp))) in ELFNAME2()
471 epp->ep_flags |= EXEC_FORCEAUX; in ELFNAME2()