Home
last modified time | relevance | path

Searched refs:PTRACE_SETOPTIONS (Results 1 – 25 of 41) sorted by relevance

12

/external/strace/
Dptrace.h136 #ifndef PTRACE_SETOPTIONS
137 # define PTRACE_SETOPTIONS 0x4200 macro
DREADME24 Older versions without a decent PTRACE_SETOPTIONS support will not work.
Dprocess.c201 case PTRACE_SETOPTIONS: in SYS_FUNC()
DREADME-linux-ptrace350 ptrace(PTRACE_SETOPTIONS, pid, 0, PTRACE_O_flags);
356 ptrace(PTRACE_SETOPTIONS, pid, 0, PTRACE_O_flags) affects one tracee.
/external/u-boot/arch/arm/include/asm/
Dptrace.h9 #define PTRACE_SETOPTIONS 21 macro
/external/kernel-headers/original/uapi/linux/
Dptrace.h28 #define PTRACE_SETOPTIONS 0x4200 macro
/external/u-boot/arch/x86/include/asm/
Dptrace.h89 #define PTRACE_SETOPTIONS 21 macro
/external/strace/xlat/
Dptrace_cmds.h80 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTI…
81 XLAT(PTRACE_SETOPTIONS),
Dptrace_cmds.in22 PTRACE_SETOPTIONS
/external/ltp/m4/
Dltp-ptrace.m442 AC_CHECK_DECLS([PTRACE_GETSIGINFO, PTRACE_O_TRACEVFORKDONE, PTRACE_SETOPTIONS],,,[#include "ptrace.…
/external/ltp/testcases/kernel/controllers/freezer/
Dvfork.c351 if (ptrace(PTRACE_SETOPTIONS, child, NULL, in main()
/external/strace/tests/
Dptrace.c435 do_ptrace(PTRACE_SETOPTIONS, in main()
/external/strace/tests-m32/
Dptrace.c435 do_ptrace(PTRACE_SETOPTIONS, in main()
/external/strace/tests-mx32/
Dptrace.c435 do_ptrace(PTRACE_SETOPTIONS, in main()
/external/syzkaller/sys/linux/
Dsys_386.const464 PTRACE_SETOPTIONS = 16896
Dsys_amd64.const464 PTRACE_SETOPTIONS = 16896
Dsys_arm.const464 PTRACE_SETOPTIONS = 16896
Dsys_ppc64le.const464 PTRACE_SETOPTIONS = 16896
Dsys_arm64.const464 PTRACE_SETOPTIONS = 16896
/external/ltp/include/
Dconfig.h.default76 /* Define to 1 if you have the declaration of `PTRACE_SETOPTIONS', and to 0 if
/external/seccomp-tests/linux/
Dseccomp_bpf.c1045 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP); in tracer()
2156 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1144 PTRACE_SETOPTIONS = 0x4200 const
Dsyscall_linux.go1150 return ptrace(PTRACE_SETOPTIONS, pid, 0, uintptr(options))
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1350 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, ptrace_syscall ? in start_tracer()
2724 ASSERT_EQ(0, ptrace(PTRACE_SETOPTIONS, child_pid, NULL, in TEST()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c773 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP); in tracer()

12