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