HomeSort by: relevance | last modified time | path
    Searched defs:ptrace_getregset (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 375 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
376 int ptrace_getregset = PTRACE_GETREGSET; variable in namespace:__sanitizer
379 int ptrace_getregset = -1; variable in namespace:__sanitizer
381 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET
sanitizer_platform_limits_posix.cc 375 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
376 int ptrace_getregset = PTRACE_GETREGSET; variable in namespace:__sanitizer
379 int ptrace_getregset = -1; variable in namespace:__sanitizer
381 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET
sanitizer_platform_limits_posix.cc 375 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
376 int ptrace_getregset = PTRACE_GETREGSET; variable in namespace:__sanitizer
379 int ptrace_getregset = -1; variable in namespace:__sanitizer
381 #endif // PTRACE_GETREGSET/PTRACE_SETREGSET

Completed in 34 milliseconds