Home | Sort by relevance Sort by last modified time |
/external/compiler-rt/lib/sanitizer_common/ | |
sanitizer_platform_limits_posix.cc | 348 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \ 351 int ptrace_setfpregs = PTRACE_SETFPREGS; member in namespace:__sanitizer 354 int ptrace_setfpregs = -1; member in namespace:__sanitizer [all...] |
sanitizer_platform_limits_posix.h | 751 extern int ptrace_setfpregs; [all...] |