Lines Matching defs:execsz
189 long execsz;
218 len, &execsz, brksize)) {
250 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred,
327 * executable, we can set execsz with the appropriate NCARGS.
332 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1);
339 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS64-1);
343 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1);
356 idatap, level + 1, execsz, setid, exec_file, cred,
542 len, execsz, &brksize)) != 0)
707 execsz, NULL);
853 if ((roundlimit > limit && *execsz > roundlimit) ||
854 (roundlimit < limit && *execsz > limit)) {
1213 long *execsz,
1340 *execsz += btopr(phdr->p_memsz);
2203 intpdata_t *idatap, int level, long *execsz,