Searched refs:PTRACE_SET_SYSCALL (Results 1 – 8 of 8) sorted by relevance
/external/strace/linux/arm/ |
D | set_scno.c | 1 #ifndef PTRACE_SET_SYSCALL 2 # define PTRACE_SET_SYSCALL 23 macro 13 int rc = ptrace(PTRACE_SET_SYSCALL, tcp->pid, NULL, (unsigned long) n); in arch_set_scno()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | ptrace.h | 26 #define PTRACE_SET_SYSCALL 23 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 28 PTRACE_SET_SYSCALL
|
D | ptrace_cmds.h | 92 #if defined(PTRACE_SET_SYSCALL) || (defined(HAVE_DECL_PTRACE_SET_SYSCALL) && HAVE_DECL_PTRACE_SET_S… 93 XLAT(PTRACE_SET_SYSCALL),
|
/external/seccomp-tests/linux/ |
D | seccomp_bpf.c | 1302 # ifndef PTRACE_SET_SYSCALL in change_syscall() 1303 # define PTRACE_SET_SYSCALL 23 in change_syscall() macro 1306 ret = ptrace(PTRACE_SET_SYSCALL, tracee, NULL, syscall); in change_syscall()
|
/external/linux-kselftest/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1329 # ifndef PTRACE_SET_SYSCALL in change_syscall() 1330 # define PTRACE_SET_SYSCALL 23 in change_syscall() macro 1333 ret = ptrace(PTRACE_SET_SYSCALL, tracee, NULL, syscall); in change_syscall()
|
/external/strace/ |
D | ChangeLog-CVS | 136 can be figured out. Add PTRACE_SET_SYSCALL to ptrace_cmds[].
|
D | ChangeLog | 8315 PTRACE_SET_SYSCALL support.
|