Home
last modified time | relevance | path

Searched refs:execve (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-exec-linux/
H A Dmain.cpp12 execve(interpreter, (char *const *)exec_argv, (char *const *)envp); in main()
/llvm-project-15.0.7/clang/tools/scan-build-py/lib/libear/
H A Dear.c155 int execve(const char *path, char *const argv[], char *const envp[]) { in execve() function
163 #error can not implement execv without execve
202 #error can not implement execl without execve
239 #error can not implement execle without execve
/llvm-project-15.0.7/clang/test/Analysis/
H A Dvfork.c33 execve("", NULL, NULL); // no-warning in f1()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp170 DECLARE__REAL_AND_INTERNAL(uptr, execve, const char *filename, in DECLARE__REAL_AND_INTERNAL() argument
172 return _REAL(execve)(filename, argv, envp); in DECLARE__REAL_AND_INTERNAL()
H A Dsanitizer_mac.cpp379 return execve(filename, argv, envp); in internal_execve()
H A Dsanitizer_linux.cpp519 return internal_syscall(SYSCALL(execve), (uptr)filename, (uptr)argv, in internal_execve()
H A Dsanitizer_syscalls_netbsd.inc687 PRE_SYSCALL(execve)(void *path_, void *argp_, void *envp_) {
707 POST_SYSCALL(execve)(long long res, void *path_, void *argp_, void *envp_) {
/llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/exec/
H A DCMakeLists.txt17 check_function_exists(execve HAVE_EXECVE)
H A Dmain.c135 FORK(execve(compiler, argv, envp);) in call_execve()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp201 execve(info.argv[0], const_cast<char *const *>(info.argv), info.envp); in ChildFunc()
214 execve(info.argv[0], const_cast<char *const *>(info.argv), info.envp); in ChildFunc()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator.h119 int execve(const char *path, char *const argv[], char *const envp[]);
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt67 execve U
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DProgram.inc312 execve(PathStr.c_str(), const_cast<char **>(Argv),
316 // If the execve() failed, we should exit. Follow Unix protocol and
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def667 /// int execve(const char *filename, char *const argv[], char *const envp[]);
668 TLI_DEFINE_ENUM_INTERNAL(execve)
669 TLI_DEFINE_STRING_INTERNAL("execve")
/llvm-project-15.0.7/llvm/docs/
H A DSupportLibrary.rst95 operating system calls: ``getenv``, ``fork``, ``execve``, and ``wait``. The
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc1267 execve(args->argv[0], args->argv, GetEnviron()); in ExecDeathTestChildMain()
/llvm-project-15.0.7/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.m217 execve(argv[0], argv, myenv);
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst2396 … ``execl``, ``execle``, ``execlp``, ``execv``, ``execvp``, ``execvP``, ``execve``, ``dlopen``, ``m…
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1639 fun:execve=uninstrumented