Home | Sort by relevance Sort by last modified time |
/external/compiler-rt/lib/sanitizer_common/ | |
sanitizer_platform_limits_posix.cc | 369 #if defined(PTRACE_GETVFPREGS) && defined(PTRACE_SETVFPREGS) 371 int ptrace_setvfpregs = PTRACE_SETVFPREGS; member in namespace:__sanitizer 374 int ptrace_setvfpregs = -1; member in namespace:__sanitizer [all...] |
sanitizer_platform_limits_posix.h | 780 extern int ptrace_setvfpregs; [all...] |