Searched refs:interpreters (Results 1 – 3 of 3) sorted by relevance
10 are intended for script interpreters and dynamic linkers to enforce a18 syscalls and access arbitrary files. Such interpreters should then be23 Script interpreters or dynamic linkers built for tailored execution environments28 for script interpreters and dynamic linkers to check the securebits at run time81 However, script interpreters may still use user configuration such as95 For instance, script interpreters called with a script snippet as argument
95 to the interpreter. This is because the way interpreters execute these100 interpreters can use it to signal the kernel that a script file will be executed,110 to take the initiative, and existing interpreters won't be automatically
2371 static unsigned int (*interpreters[])(const void *ctx, variable2523 if (idx < ARRAY_SIZE(interpreters)) { in bpf_prog_select_interpreter()2524 fp->bpf_func = interpreters[idx]; in bpf_prog_select_interpreter()