Searched refs:interpreter_name (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/sys/ |
| HD | imgact.h | 68 char *interpreter_name; /* name of the interpreter */ member
|
| /trueos/sys/kern/ |
| HD | imgact_shell.c | 247 imgp->interpreter_name = imgp->args->begin_argv;
|
| HD | kern_exec.c | 540 UIO_SYSSPACE, imgp->interpreter_name, td); 541 args->fname = imgp->interpreter_name;
|
| HD | imgact_binmisc.c | 726 imgp->interpreter_name = imgp->args->begin_argv; in imgact_binmisc_exec()
|
| /trueos/sys/i386/linux/ |
| HD | linux_sysvec.c | 894 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/ |
| HD | linux32_sysvec.c | 800 imgp->interpreter_name, UIO_SYSSPACE, &rpath, 0, in exec_linux_imgact_try() 804 imgp->interpreter_name = rpath; in exec_linux_imgact_try()
|