Searched refs:PTRACE_SET_SYSCALL (Results 1 - 5 of 5) sorted by relevance

/external/strace/linux/arm/
H A Dset_scno.c1 #ifndef PTRACE_SET_SYSCALL
2 # define PTRACE_SET_SYSCALL 23 macro
5 * PTRACE_SET_SYSCALL is supported by linux kernel
13 int rc = ptrace(PTRACE_SET_SYSCALL, tcp->pid, NULL, (unsigned long) n);
15 perror_msg("arch_set_scno: PTRACE_SET_SYSCALL pid:%d scno:%#x",
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dptrace.h26 #define PTRACE_SET_SYSCALL 23 macro
/external/strace/xlat/
H A Dptrace_cmds.h92 #if defined(PTRACE_SET_SYSCALL) || (defined(HAVE_DECL_PTRACE_SET_SYSCALL) && HAVE_DECL_PTRACE_SET_SYSCALL)
93 XLAT(PTRACE_SET_SYSCALL),
/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1329 # ifndef PTRACE_SET_SYSCALL
1330 # define PTRACE_SET_SYSCALL 23 macro
1333 ret = ptrace(PTRACE_SET_SYSCALL, tracee, NULL, syscall);
/external/seccomp-tests/linux/
H A Dseccomp_bpf.c1302 # ifndef PTRACE_SET_SYSCALL
1303 # define PTRACE_SET_SYSCALL 23 macro
1306 ret = ptrace(PTRACE_SET_SYSCALL, tracee, NULL, syscall);

Completed in 461 milliseconds