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

  /external/strace/
syscall.c 51 # undef PTRACE_SETREGS
52 # define PTRACE_SETREGS PTRACE_SETREGS64
1134 # define ptrace_setregset_or_setregs ptrace_setregs
1136 ptrace_setregs(pid_t pid) function
1140 return ptrace(PTRACE_SETREGS, pid, (void *) &ARCH_REGS_FOR_GETREGS, 0);
1142 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...]

Completed in 256 milliseconds