Home
last modified time | relevance | path

Searched refs:PTRACE_GETVFPREGS (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dptrace.cpp76 res = ptrace((enum __ptrace_request)PTRACE_GETVFPREGS, pid, 0, regbuf); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp61 #define __PTRACE_FPREQUEST PTRACE_GETVFPREGS
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm.cpp27 #ifndef PTRACE_GETVFPREGS
28 #define PTRACE_GETVFPREGS 27 macro
861 return NativeProcessLinux::PtraceWrapper(PTRACE_GETVFPREGS, m_thread.GetID(), in ReadFPR()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp413 #if defined(PTRACE_GETVFPREGS) && defined(PTRACE_SETVFPREGS)
414 int ptrace_getvfpregs = PTRACE_GETVFPREGS;