Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_platform_limits_posix.cc | 343 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \ 345 int ptrace_getfpregs = PTRACE_GETFPREGS; variable in namespace:__sanitizer 348 int ptrace_getfpregs = -1; variable in namespace:__sanitizer |
sanitizer_platform_limits_posix.cc | 343 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \ 345 int ptrace_getfpregs = PTRACE_GETFPREGS; variable in namespace:__sanitizer 348 int ptrace_getfpregs = -1; variable in namespace:__sanitizer |