HomeSort by relevance Sort by last modified time
    Searched refs:ptrace_setfpxregs (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)) || \
359 int ptrace_setfpxregs = PTRACE_SETFPXREGS; member in namespace:__sanitizer
362 int ptrace_setfpxregs = -1; member in namespace:__sanitizer
363 #endif // PTRACE_GETFPXREGS/PTRACE_SETFPXREGS
    [all...]
sanitizer_platform_limits_posix.h 753 extern int ptrace_setfpxregs;
    [all...]

Completed in 38 milliseconds