Home
last modified time | relevance | path

Searched refs:interpreter_name (Results 1 – 6 of 6) sorted by relevance

/trueos/sys/sys/
HDimgact.h68 char *interpreter_name; /* name of the interpreter */ member
/trueos/sys/kern/
HDimgact_shell.c247 imgp->interpreter_name = imgp->args->begin_argv;
HDkern_exec.c540 UIO_SYSSPACE, imgp->interpreter_name, td);
541 args->fname = imgp->interpreter_name;
HDimgact_binmisc.c726 imgp->interpreter_name = imgp->args->begin_argv; in imgact_binmisc_exec()
/trueos/sys/i386/linux/
HDlinux_sysvec.c894 imgp->interpreter_name, UIO_SYSSPACE, &rpath, 0, AT_FDCWD); in exec_linux_imgact_try()
897 imgp->interpreter_name = rpath; in exec_linux_imgact_try()
/trueos/sys/amd64/linux32/
HDlinux32_sysvec.c800 imgp->interpreter_name, UIO_SYSSPACE, &rpath, 0, in exec_linux_imgact_try()
804 imgp->interpreter_name = rpath; in exec_linux_imgact_try()