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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 367 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
369 int ptrace_getsiginfo = PTRACE_GETSIGINFO; variable in namespace:__sanitizer
372 int ptrace_getsiginfo = -1; variable in namespace:__sanitizer
374 #endif // PTRACE_GETSIGINFO/PTRACE_SETSIGINFO
sanitizer_platform_limits_posix.cc 367 #if (defined(PTRACE_GETSIGINFO) && defined(PTRACE_SETSIGINFO)) || \
369 int ptrace_getsiginfo = PTRACE_GETSIGINFO; variable in namespace:__sanitizer
372 int ptrace_getsiginfo = -1; variable in namespace:__sanitizer
374 #endif // PTRACE_GETSIGINFO/PTRACE_SETSIGINFO

Completed in 23 milliseconds