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

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

Completed in 152 milliseconds