Home
last modified time | relevance | path

Searched refs:PTRACE_SET_SYSCALL (Results 1 – 8 of 8) sorted by relevance

/external/strace/linux/arm/
Dset_scno.c1 #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/
Dptrace.h26 #define PTRACE_SET_SYSCALL 23 macro
/external/strace/xlat/
Dptrace_cmds.in28 PTRACE_SET_SYSCALL
Dptrace_cmds.h92 #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/
Dseccomp_bpf.c1302 # 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/
Dseccomp_bpf.c1329 # 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/
DChangeLog-CVS136 can be figured out. Add PTRACE_SET_SYSCALL to ptrace_cmds[].
DChangeLog8315 PTRACE_SET_SYSCALL support.