Searched refs:INTP_MAXDEPTH (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | exec.h | 166 #define INTP_MAXDEPTH 5 /* Nested interpreter depth matches Linux */ macro 169 char *intp_name[INTP_MAXDEPTH]; 170 char *intp_arg[INTP_MAXDEPTH];
|
/illumos-gate/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 204 if (level >= INTP_MAXDEPTH) { /* Can't recurse past maxdepth */ in intpexec() 245 for (i = 0; i < (INTP_MAXDEPTH - 1); i++) { in intpexec()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | brand.c | 676 err = elfexec(nvp, uap, args, idatap, INTP_MAXDEPTH + 1, execsz, in brand_solaris_elfexec() 681 err = elf32exec(nvp, uap, args, idatap, INTP_MAXDEPTH + 1, in brand_solaris_elfexec()
|
H A D | exec.c | 1678 for (i = 0; i < INTP_MAXDEPTH; i++) { in stk_copyin()
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 376 if ((level <= INTP_MAXDEPTH) && in elfexec()
|