Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dptrace.cpp31 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS macro
52 #define __PTRACE_FPREQUEST PTRACE_GETFPREGS macro
61 #define __PTRACE_FPREQUEST PTRACE_GETVFPREGS macro
116 # define __PTRACE_FPREQUEST PTRACE_GETREGSET in main() macro
125 res = ptrace((enum __ptrace_request)__PTRACE_FPREQUEST, pid, __PTRACE_FPARGS); in main()