/titanic_50/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 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, in aoutexec() argument 148 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS32-1); in aoutexec() 153 if (error = get_aout_head(&vp, &edp, execsz, &isdyn)) in aoutexec() 193 if (error = elf32exec(nvp, uap, args, idatap, level, execsz, in aoutexec() 277 get_aout_head(struct vnode **vpp, struct exdata *edp, long *execsz, int *isdyn) in get_aout_head() argument 314 *execsz += btopr(filhdr.a_text + filhdr.a_data); in get_aout_head() 317 if ((roundlimit > limit && *execsz > roundlimit) || in get_aout_head() 318 (roundlimit < limit && *execsz > limit)) { in get_aout_head()
|
/titanic_50/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 57 long *execsz, 161 long *execsz, in shbinexec() argument 248 error = gexec(&nvp, uap, args, &idata, ++level, execsz, exec_file, cred, in shbinexec()
|
/titanic_50/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 168 long *execsz, in intpexec() argument 230 error = gexec(&nvp, uap, args, &idata, ++level, execsz, exec_file, cred, in intpexec()
|
/titanic_50/usr/src/uts/common/exec/java/ |
H A D | java.c | 87 struct intpdata *idatap, int level, long *execsz, int setid, in javaexec() argument 162 error = gexec(&nvp, uap, args, &idata, level + 1, execsz, execfile, in javaexec()
|
/titanic_50/usr/src/uts/common/brand/sn1/ |
H A D | sn1_brand.c | 223 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in sn1_elfexec() argument 226 return (brand_solaris_elfexec(vp, uap, args, idatap, level, execsz, in sn1_elfexec()
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 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() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | exec.h | 177 long *execsz, int setid, caddr_t exec_file, 215 struct intpdata *idata, int level, long *execsz, caddr_t exec_file,
|
H A D | brand.h | 123 long *execsz, int setid, caddr_t exec_file,
|
/titanic_50/usr/src/uts/common/brand/solaris10/ |
H A D | s10_brand.c | 392 int level, long *execsz, int setid, caddr_t exec_file, cred_t *cred, in s10_elfexec() argument 395 return (brand_solaris_elfexec(vp, uap, args, idatap, level, execsz, in s10_elfexec()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | brand.c | 603 intpdata_t *idatap, int level, long *execsz, int setid, caddr_t exec_file, in brand_solaris_elfexec() argument 675 err = elfexec(nvp, uap, args, idatap, level + 1, execsz, in brand_solaris_elfexec() 680 err = elf32exec(nvp, uap, args, idatap, level + 1, execsz, in brand_solaris_elfexec()
|
H A D | exec.c | 121 long execsz; /* temporary count of exec size */ in exec_common() local 304 if ((error = gexec(&vp, &ua, &args, NULL, 0, &execsz, in exec_common() 544 long *execsz, in gexec() argument 757 error = (*eswp->exec_func)(vp, uap, args, idatap, level, execsz, in gexec() 1413 long *execsz, in noexec() argument
|