HomeSort by relevance Sort by last modified time
    Searched defs:PTRACE_SET_SYSCALL (Results 1 - 7 of 7) sorted by null

  /external/strace/linux/arm/
set_scno.c 1 #ifndef PTRACE_SET_SYSCALL
2 # define PTRACE_SET_SYSCALL 23
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",
  /bionic/libc/kernel/uapi/asm-arm/asm/
ptrace.h 30 #define PTRACE_SET_SYSCALL 23
  /external/kernel-headers/original/uapi/asm-arm/asm/
ptrace.h 27 #define PTRACE_SET_SYSCALL 23
  /external/seccomp-tests/linux/
seccomp_bpf.c 1302 # ifndef PTRACE_SET_SYSCALL
1303 # define PTRACE_SET_SYSCALL 23
1306 ret = ptrace(PTRACE_SET_SYSCALL, tracee, NULL, syscall);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_arm.go 798 PTRACE_SET_SYSCALL = 0x17
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm.go 798 PTRACE_SET_SYSCALL = 0x17
    [all...]

Completed in 262 milliseconds