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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 356 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \
358 int ptrace_getfpxregs = PTRACE_GETFPXREGS; member in namespace:__sanitizer
361 int ptrace_getfpxregs = -1; member in namespace:__sanitizer
363 #endif // PTRACE_GETFPXREGS/PTRACE_SETFPXREGS
    [all...]
sanitizer_platform_limits_posix.h 752 extern int ptrace_getfpxregs;
    [all...]

Completed in 36 milliseconds