Lines Matching refs:netbsd32_exec
104 struct netbsd32_exec *execp = epp->ep_hdr; in exec_netbsd32_makecmds()
106 if (epp->ep_hdrvalid < sizeof(struct netbsd32_exec)) in exec_netbsd32_makecmds()
159 struct netbsd32_exec *execp = epp->ep_hdr; in netbsd32_exec_aout_prep_zmagic()
200 struct netbsd32_exec *execp = epp->ep_hdr; in netbsd32_exec_aout_prep_nmagic()
213 epp->ep_taddr, epp->ep_vp, sizeof(struct netbsd32_exec), in netbsd32_exec_aout_prep_nmagic()
218 epp->ep_daddr, epp->ep_vp, execp->a_text + sizeof(struct netbsd32_exec), in netbsd32_exec_aout_prep_nmagic()
239 struct netbsd32_exec *execp = epp->ep_hdr; in netbsd32_exec_aout_prep_omagic()
253 sizeof(struct netbsd32_exec), VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE); in netbsd32_exec_aout_prep_omagic()
289 struct netbsd32_exec *execp = epp->ep_hdr; in netbsd32_exec_aout_prep_oldzmagic()
337 struct netbsd32_exec *execp = epp->ep_hdr; in netbsd32_exec_aout_prep_oldnmagic()
350 epp->ep_taddr, epp->ep_vp, sizeof(struct netbsd32_exec), in netbsd32_exec_aout_prep_oldnmagic()
355 epp->ep_daddr, epp->ep_vp, execp->a_text + sizeof(struct netbsd32_exec), in netbsd32_exec_aout_prep_oldnmagic()
381 struct netbsd32_exec *execp = epp->ep_hdr; in netbsd32_exec_aout_prep_oldomagic()
393 sizeof(struct netbsd32_exec), VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE); in netbsd32_exec_aout_prep_oldomagic()