HomeSort by: relevance | last modified time | path
    Searched defs:ptrace_getfpxregs (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 351 #if (defined(PTRACE_GETFPXREGS) && defined(PTRACE_SETFPXREGS)) || \
353 int ptrace_getfpxregs = PTRACE_GETFPXREGS; variable in namespace:__sanitizer
356 int ptrace_getfpxregs = -1; variable in namespace:__sanitizer
358 #endif // PTRACE_GETFPXREGS/PTRACE_SETFPXREGS

Completed in 12 milliseconds