HomeSort by relevance Sort by last modified time
    Searched refs:ptrace_setregs (Results 1 - 3 of 3) sorted by null

  /external/strace/
syscall.c 52 # undef PTRACE_SETREGS
53 # define PTRACE_SETREGS PTRACE_SETREGS64
1159 # define ptrace_setregset_or_setregs ptrace_setregs
1161 ptrace_setregs(pid_t pid) function
1165 return ptrace(PTRACE_SETREGS, pid, (void *) &ARCH_REGS_FOR_GETREGS, 0);
1167 return ptrace(PTRACE_SETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 345 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \
348 int ptrace_setregs = PTRACE_SETREGS; member in namespace:__sanitizer
351 int ptrace_setregs = -1; member in namespace:__sanitizer
    [all...]
sanitizer_platform_limits_posix.h 774 extern int ptrace_setregs;
    [all...]

Completed in 947 milliseconds