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

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h160 #define INTP_MAXDEPTH 5 /* Nested interpreter depth matches Linux */ macro
163 char *intp_name[INTP_MAXDEPTH];
164 char *intp_arg[INTP_MAXDEPTH];
/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c163 * We support nested interpreters up to a depth of INTP_MAXDEPTH (this value
203 if (level >= INTP_MAXDEPTH) { /* Can't recurse past maxdepth */
244 for (i = 0; i < (INTP_MAXDEPTH - 1); i++) {
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c675 err = elfexec(nvp, uap, args, idatap, INTP_MAXDEPTH + 1, execsz,
680 err = elf32exec(nvp, uap, args, idatap, INTP_MAXDEPTH + 1,
H A Dexec.c1594 for (i = 0; i < INTP_MAXDEPTH; i++) {
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c394 if ((level <= INTP_MAXDEPTH) &&

Completed in 85 milliseconds