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.cc 380 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
382 int ptrace_setregset = PTRACE_SETREGSET; member in namespace:__sanitizer
385 int ptrace_setregset = -1; member in namespace:__sanitizer
386 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET
    [all...]
sanitizer_platform_limits_posix.h 759 extern int ptrace_setregset;
    [all...]

Completed in 41 milliseconds