Lines Matching refs:exec
50 #include <sys/exec.h>
69 .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;
120 if (epp->ep_hdrvalid < sizeof(struct exec))
136 sizeof(struct exec), true);
141 sizeof(struct exec), false);
157 sizeof(struct exec), true);
162 sizeof(struct exec), false);
178 * exec_vax1k_prep_anymagic(): Prepare a vax1k ?MAGIC binary's exec package
180 * First, set of the various offsets/lengths in the exec package.
189 struct exec *execp = epp->ep_hdr;