Home | History | Annotate | Download | only in m68k4k

Lines Matching refs:exec

34  * Exec glue to provide compatibility with older NetBSD m68k4k exectuables.
56 #include <sys/exec.h>
65 .es_hdrsz = sizeof(struct exec),
103 * Given a proc pointer and an exec package pointer, see if the referent
109 * the process's vm space and inserting them into the exec package.
118 struct exec *execp = epp->ep_hdr;
124 if (epp->ep_hdrvalid < sizeof(struct exec))
154 * exec_m68k4k_prep_zmagic(): Prepare an m68k4k ZMAGIC binary's exec package
156 * First, set of the various offsets/lengths in the exec package.
166 struct exec *execp = epp->ep_hdr;
198 * exec_m68k4k_prep_nmagic(): Prepare a m68k4k NMAGIC binary's exec package
204 struct exec *execp = epp->ep_hdr;
216 epp->ep_taddr, epp->ep_vp, sizeof(struct exec),
221 epp->ep_daddr, epp->ep_vp, execp->a_text + sizeof(struct exec),
235 * exec_m68k4k_prep_omagic(): Prepare a m68k4k OMAGIC binary's exec package
241 struct exec *execp = epp->ep_hdr;
253 sizeof(struct exec), VM_PROT_READ|VM_PROT_WRITE|VM_PROT_EXECUTE);