Lines Matching refs:execsz
56 intpdata_t *idatap, int level, long *execsz, int setid,
58 static int get_aout_head(struct vnode **vpp, struct exdata *edp, long *execsz,
132 struct intpdata *idatap, int level, long *execsz, int setid,
148 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1);
153 if (error = get_aout_head(&vp, &edp, execsz, &isdyn))
193 if (error = elf32exec(nvp, uap, args, idatap, level, execsz,
277 get_aout_head(struct vnode **vpp, struct exdata *edp, long *execsz, int *isdyn)
314 *execsz += btopr(filhdr.a_text + filhdr.a_data);
317 if ((roundlimit > limit && *execsz > roundlimit) ||
318 (roundlimit < limit && *execsz > limit)) {