Home
last modified time | relevance | path

Searched refs:INTP_MAXDEPTH (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h166 #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 Dintp.c204 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 Dbrand.c676 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 Dexec.c1678 for (i = 0; i < INTP_MAXDEPTH; i++) { in stk_copyin()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c376 if ((level <= INTP_MAXDEPTH) && in elfexec()