Searched refs:PTRACE_SETOPTIONS (Results 1 – 25 of 41) sorted by relevance
12
/external/strace/ |
D | ptrace.h | 136 #ifndef PTRACE_SETOPTIONS 137 # define PTRACE_SETOPTIONS 0x4200 macro
|
D | README | 24 Older versions without a decent PTRACE_SETOPTIONS support will not work.
|
D | process.c | 201 case PTRACE_SETOPTIONS: in SYS_FUNC()
|
D | README-linux-ptrace | 350 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/ |
D | ptrace.h | 9 #define PTRACE_SETOPTIONS 21 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 28 #define PTRACE_SETOPTIONS 0x4200 macro
|
/external/u-boot/arch/x86/include/asm/ |
D | ptrace.h | 89 #define PTRACE_SETOPTIONS 21 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 80 #if defined(PTRACE_SETOPTIONS) || (defined(HAVE_DECL_PTRACE_SETOPTIONS) && HAVE_DECL_PTRACE_SETOPTI… 81 XLAT(PTRACE_SETOPTIONS),
|
D | ptrace_cmds.in | 22 PTRACE_SETOPTIONS
|
/external/ltp/m4/ |
D | ltp-ptrace.m4 | 42 AC_CHECK_DECLS([PTRACE_GETSIGINFO, PTRACE_O_TRACEVFORKDONE, PTRACE_SETOPTIONS],,,[#include "ptrace.…
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | vfork.c | 351 if (ptrace(PTRACE_SETOPTIONS, child, NULL, in main()
|
/external/strace/tests/ |
D | ptrace.c | 435 do_ptrace(PTRACE_SETOPTIONS, in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 435 do_ptrace(PTRACE_SETOPTIONS, in main()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 435 do_ptrace(PTRACE_SETOPTIONS, in main()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 464 PTRACE_SETOPTIONS = 16896
|
D | sys_amd64.const | 464 PTRACE_SETOPTIONS = 16896
|
D | sys_arm.const | 464 PTRACE_SETOPTIONS = 16896
|
D | sys_ppc64le.const | 464 PTRACE_SETOPTIONS = 16896
|
D | sys_arm64.const | 464 PTRACE_SETOPTIONS = 16896
|
/external/ltp/include/ |
D | config.h.default | 76 /* Define to 1 if you have the declaration of `PTRACE_SETOPTIONS', and to 0 if
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1045 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/ |
D | zerrors_linux_sparc64.go | 1144 PTRACE_SETOPTIONS = 0x4200 const
|
D | syscall_linux.go | 1150 return ptrace(PTRACE_SETOPTIONS, pid, 0, uintptr(options))
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1350 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/ |
D | seccomp_bpf_tests.c | 773 ret = ptrace(PTRACE_SETOPTIONS, tracee, NULL, PTRACE_O_TRACESECCOMP); in tracer()
|
12