HomeSort by: relevance | last modified time | path
    Searched refs:ptrace_setfpxregs (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)) || \
354 int ptrace_setfpxregs = PTRACE_SETFPXREGS; variable in namespace:__sanitizer
357 int ptrace_setfpxregs = -1; variable in namespace:__sanitizer
358 #endif // PTRACE_GETFPXREGS/PTRACE_SETFPXREGS
sanitizer_platform_limits_posix.h 823 extern int ptrace_setfpxregs;
sanitizer_common_interceptors.inc 3215 else if (request == ptrace_setfpxregs)

Completed in 230 milliseconds