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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 706 extern int ptrace_setregset;
    [all...]
sanitizer_platform_limits_posix.cc 302 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
304 int ptrace_setregset = PTRACE_SETREGSET; member in namespace:__sanitizer
307 int ptrace_setregset = -1; member in namespace:__sanitizer
308 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET
    [all...]

Completed in 50 milliseconds