Home
last modified time | relevance | path

Searched refs:netbsd32_exec (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_exec_aout.c104 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()
[all …]
H A Dnetbsd32_mod.c101 .es_hdrsz = sizeof(struct netbsd32_exec),
H A Dnetbsd32_exec.h44 struct netbsd32_exec { struct
/netbsd-src/sys/compat/sunos32/
H A Dsunos32_exec.h32 #define SUNOS32_AOUT_HDR_SIZE (sizeof(struct netbsd32_exec))