Lines Matching refs:execsz
189 long execsz; in mapexec_brand() local
218 len, &execsz, brksize)) { in mapexec_brand()
250 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in elfexec() argument
332 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in elfexec()
339 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS64-1); in elfexec()
343 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1); in elfexec()
356 idatap, level + 1, execsz, setid, exec_file, cred, in elfexec()
542 len, execsz, &brksize)) != 0) in elfexec()
707 execsz, NULL); in elfexec()
853 if ((roundlimit > limit && *execsz > roundlimit) || in elfexec()
854 (roundlimit < limit && *execsz > limit)) { in elfexec()
1213 long *execsz, in mapelfexec() argument
1340 *execsz += btopr(phdr->p_memsz); in mapelfexec()
2203 intpdata_t *idatap, int level, long *execsz,