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 361 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \
363 int ptrace_getfpxregs = PTRACE_GETFPXREGS; member in namespace:__sanitizer
366 int ptrace_getfpxregs = -1; member in namespace:__sanitizer
368 #endif // PTRACE_GETFPXREGS/PTRACE_SETFPXREGS
    [all...]
sanitizer_platform_limits_posix.h 777 extern int ptrace_getfpxregs;
    [all...]

Completed in 68 milliseconds