Home
last modified time | relevance | path

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

123

/external/valgrind/main/memcheck/tests/
Dexecve1.stderr.exp-kfail1 Syscall param execve(filename) points to unaddressable byte(s)
5 Syscall param execve(argv[i]) points to unaddressable byte(s)
9 Syscall param execve(envp[i]) points to unaddressable byte(s)
Dexecve1.stderr.exp1 Syscall param execve(filename) points to unaddressable byte(s)
6 Syscall param execve(argv[i]) points to unaddressable byte(s)
11 Syscall param execve(envp[i]) points to unaddressable byte(s)
Dexecve1.c9 execve(null_filename, bad, bad); in main()
10 execve("/bin/true", good, good); in main()
Dexecve2.c8 execve(null_filename, NULL, NULL); in main()
9 execve("../../tests/true", NULL, envp); in main()
Dexecve2.stderr.exp-kfail1 Syscall param execve(filename) points to unaddressable byte(s)
Dexecve2.stderr.exp1 Syscall param execve(filename) points to unaddressable byte(s)
/external/valgrind/main/none/tests/
DMakefile.in85 execve$(EXEEXT) faultstatus$(EXEEXT) fcntl_setown$(EXEEXT) \
175 execve_SOURCES = execve.c
176 execve_OBJECTS = execve-execve.$(OBJEXT)
402 exec-sigmask.c execve.c faultstatus.c fcntl_setown.c \
421 exec-sigmask.c execve.c faultstatus.c fcntl_setown.c \
812 execve.vgtest execve.stdout.exp execve.stderr.exp \
1018 execve$(EXEEXT): $(execve_OBJECTS) $(execve_DEPENDENCIES) $(EXTRA_execve_DEPENDENCIES)
1019 @rm -f execve$(EXEEXT)
1236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execve-execve.Po@am__quote@
1335 execve-execve.o: execve.c
[all …]
Dshell.stderr.exp3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
Dshell.stderr.exp-dash3 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
Dshell.stderr.exp-dash23 execve(0x........(./shell_badinterp), 0x........, 0x........) failed, errno 2
4 EXEC FAILED: I can't recover from execve() failing, so I'm dying.
Dexecve.vgtest1 prog: execve
Dexecve.c11 if (execve("/bin/true", NULL, NULL) < 0) in main()
Dallexec.c24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
/external/bison/lib/
Dspawni.c65 # define execve __execve macro
131 execve (new_argv[0], new_argv, envp); in script_execute()
294 execve (file, argv, envp); in __spawni()
345 execve (startp, argv, envp); in __spawni()
/external/strace/
DREADME-linux-ptrace70 on execve in multi-threaded process.
147 ptrace-stop - see "Syscall-stops" and "execve" sections below for
270 signal death, or exit caused by execve in multi-threaded process.
290 or die silently (if execve syscall happened in another thread).
426 1.x execve under ptrace.
428 During execve, kernel destroys all other threads in the process, and
429 resets execve'ing thread tid to tgid (process id). This looks very
436 (on which tracee - leader? execve-ing one?).
438 The execve-ing tracee changes its pid while it is in execve syscall.
449 tracer), during execve it will appear as if it has become a tracee of
[all …]
/external/strace/tests/
Dqual_syscall.test10 $STRACE -e execve ls > /dev/null 2> $LOG &&
/external/valgrind/main/none/tests/x86/
Dallexec.c24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
/external/valgrind/main/none/tests/ppc64/
Dallexec.c24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
/external/valgrind/main/none/tests/amd64/
Dallexec.c24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
/external/valgrind/main/none/tests/mips64/
Dallexec.c24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
/external/valgrind/main/none/tests/mips32/
Dallexec.c24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
/external/valgrind/main/none/tests/ppc32/
Dallexec.c24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
/external/valgrind/main/none/tests/s390x/
Dallexec.c24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
/external/valgrind/main/none/tests/arm/
Dallexec.c24 FORKEXECWAIT (execve(exec, NULL, environ)); in test_allexec()
/external/libunwind/tests/
Dforker.c56 execve (program, child_argv, envp); in main()

123