Searched refs:ep_tsize (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/mmeye/stand/bootcoff/
H A Dosloader.c94 u_long ep_tsize; local
130 ep_tsize = sh.s_size + (sh.s_vaddr - ep_taddr);
133 ep_tsize, toffset);
150 osimage = malloc(ep_tsize+dsize+sizeof(u_long) * 2);
156 *(u_long *)osimage = ep_tsize+dsize;
161 if (fread(p, 1, ep_tsize, fp) != ep_tsize) {
176 size = (ep_tsize + dsize) >> 2;
/netbsd-current/sys/compat/vax1k/
H A Dvax1k_exec.c192 epp->ep_tsize = execp->a_text;
193 epp->ep_daddr = epp->ep_taddr + epp->ep_tsize;
209 epp->ep_tsize, epp->ep_taddr, epp->ep_vp, text_foffset,
216 text_foffset + epp->ep_tsize,
/netbsd-current/sys/arch/sh3/sh3/
H A Dcoff_exec.c148 epp->ep_tsize = ap->a_tsize;
187 epp->ep_tsize = ap->a_tsize;
193 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_readvn, epp->ep_tsize,
284 epp->ep_tsize = sh.s_size + (sh.s_vaddr - epp->ep_taddr);
291 epp->ep_tsize, offset));
293 epp->ep_tsize = round_page(epp->ep_tsize);
294 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_pagedvn, epp->ep_tsize,
298 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_readvn, epp->ep_tsize,
395 epp->ep_taddr, epp->ep_tsize,
[all...]
/netbsd-current/sys/compat/common/
H A Dcompat_exec.c67 epp->ep_tsize = execp->a_text;
113 epp->ep_tsize = execp->a_text;
155 epp->ep_tsize = execp->a_text;
175 * computed (in execve(2)) by rounding *up* `ep_tsize' and `ep_dsize'
/netbsd-current/sys/kern/
H A Dexec_ecoff.c154 epp->ep_tsize = eap->tsize;
185 epp->ep_tsize = eap->tsize;
191 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_readvn, epp->ep_tsize,
226 epp->ep_tsize = eap->tsize;
H A Dexec_aout.c148 epp->ep_tsize = execp->a_text;
186 epp->ep_tsize = execp->a_text;
222 epp->ep_tsize = execp->a_text;
242 * computed (in execve(2)) by rounding *up* `ep_tsize' and `ep_dsize'
H A Dexec_elf.c700 epp->ep_taddr = epp->ep_tsize = ELFDEFNNAME(NO_ADDR);
780 size > epp->ep_tsize) {
782 epp->ep_tsize = size;
H A Dkern_exec.c505 if (epp->ep_tsize > MAXTSIZ) {
508 (uintmax_t)epp->ep_tsize,
1257 vm->vm_tsize = btoc(epp->ep_tsize);
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_exec_aout.c163 epp->ep_tsize = execp->a_text;
204 epp->ep_tsize = execp->a_text;
243 epp->ep_tsize = execp->a_text;
265 * computed (in execve(2)) by rounding *up* `ep_tsize' and `ep_dsize'
293 epp->ep_tsize = execp->a_text;
341 epp->ep_tsize = execp->a_text;
385 epp->ep_tsize = execp->a_text;
405 * computed (in execve(2)) by rounding *up* `ep_tsize' and `ep_dsize'
/netbsd-current/sys/compat/linux/common/
H A Dlinux_exec_aout.c176 epp->ep_tsize = execp->a_text;
212 epp->ep_tsize = execp->a_text;
249 epp->ep_tsize = execp->a_text;
269 * computed (in execve(2)) by rounding *up* `ep_tsize' and `ep_dsize'
287 epp->ep_tsize = execp->a_text;
/netbsd-current/sys/compat/sunos/
H A Dsunos_exec_aout.c125 epp->ep_tsize = execp->a_text;
163 epp->ep_tsize = execp->a_text;
198 epp->ep_tsize = execp->a_text;
/netbsd-current/sys/compat/m68k4k/
H A Dm68k4k_exec.c170 epp->ep_tsize = execp->a_text;
208 epp->ep_tsize = execp->a_text;
245 epp->ep_tsize = execp->a_text;
265 * computed (in execve(2)) by rounding *up* `ep_tsize' and `ep_dsize'
/netbsd-current/sys/sys/
H A Dexec.h201 vsize_t ep_tsize; /* size of process's text */ member in struct:exec_package

Completed in 290 milliseconds