Home | Sort by: relevance | last modified time | path |
/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 |