Home
last modified time | relevance | path

Searched refs:sys_execveat (Results 1 – 20 of 20) sorted by relevance

/linux/samples/check-exec/
H A Dinc.c27 static int sys_execveat(int dirfd, const char *pathname, char *const argv[], in sys_execveat() function
88 err = sys_execveat(fileno(script), "", script_argv, envp, in interpret_stream()
/linux/tools/testing/selftests/exec/
H A Dcheck-exec.c35 static int sys_execveat(int dirfd, const char *pathname, char *const argv[], in sys_execveat() function
229 access_ret = sys_execveat(fd, "", argv, NULL, in test_exec_fd()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd.h303 static inline int sys_execveat(int dirfd, const char *pathname, in sys_execveat() function
H A Dpidfd_info_test.c411 sys_execveat(AT_FDCWD, "pidfd_exec_helper", NULL, NULL, 0); in pidfd_info_thread_exec()
560 sys_execveat(AT_FDCWD, "pidfd_exec_helper", NULL, NULL, 0); in pidfd_info_thread_exec_sane()
/linux/tools/testing/selftests/proc/
H A Dproc-pid-vm.c56 static inline long sys_execveat(int dirfd, const char *pathname, char **argv, char **envp, int flag… in sys_execveat() function
332 sys_execveat(exec_fd, "", NULL, NULL, AT_EMPTY_PATH); in main()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl327 316 n64 execveat sys_execveat
/linux/scripts/
H A Dsyscall.tbl331 281 common execveat sys_execveat compat_sys_execveat
/linux/tools/scripts/
H A Dsyscall.tbl331 281 common execveat sys_execveat compat_sys_execveat
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl386 376 common execveat sys_execveat
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl364 341 common execveat sys_execveat
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl334 322 64 execveat sys_execveat
H A Dsyscall_32.tbl373 358 i386 execveat sys_execveat compat_sys_execveat
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl405 387 common execveat sys_execveat
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl422 350 32 execveat sys_execveat sys32_execveat
/linux/include/uapi/asm-generic/
H A Dunistd.h680 __SC_COMP(__NR_execveat, sys_execveat, compat_sys_execveat)
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl364 354 common execveat sys_execveat compat_sys_execveat
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h680 __SC_COMP(__NR_execveat, sys_execveat, compat_sys_execveat)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl466 362 nospu execveat sys_execveat compat_sys_execveat
/linux/include/linux/
H A Dsyscalls.h940 asmlinkage long sys_execveat(int dfd, const char __user *filename,
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c63 static int sys_execveat(int dirfd, const char *pathname, char *const argv[], in sys_execveat() function
2074 ret = sys_execveat(AT_FDCWD, path, argv, NULL, in test_check_exec()