HomeSort by relevance Sort by last modified time
    Searched refs:ptrace_getfpregs (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 353 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
355 int ptrace_getfpregs = PTRACE_GETFPREGS; member in namespace:__sanitizer
358 int ptrace_getfpregs = -1; member in namespace:__sanitizer
    [all...]
sanitizer_platform_limits_posix.h 775 extern int ptrace_getfpregs;
    [all...]

Completed in 53 milliseconds