HomeSort by: relevance | last modified time | path
    Searched refs:ptrace_getfpxregs (Results 1 - 3 of 3) 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
sanitizer_platform_limits_posix.h 822 extern int ptrace_getfpxregs;
sanitizer_common_interceptors.inc 3245 else if (request == ptrace_getfpxregs)

Completed in 20 milliseconds