| 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
 
 |