Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dsparc-nat.c80 #ifndef PTRACE_SETFPREGS
81 #define PTRACE_SETFPREGS PT_SETFPREGS macro
242 if (ptrace (PTRACE_SETFPREGS, pid, in store_inferior_registers()
Dremote-vxsparc.c126 net_write_registers (fpregs, SPARC_FPREG_PLEN, PTRACE_SETFPREGS); in vx_write_register()
Dremote-vx68.c158 PTRACE_SETFPREGS); in vx_write_register()
Dremote-vxmips.c199 PTRACE_SETFPREGS); in vx_write_register()
Dsun3-nat.c90 ptrace (PTRACE_SETFPREGS, PIDGET (inferior_ptid), in store_inferior_registers()
/freebsd-12-stable/sys/i386/linux/
Dlinux_ptrace.c73 #define PTRACE_SETFPREGS 15 macro
317 case PTRACE_SETFPREGS: in linux_ptrace()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp360 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
363 int ptrace_setfpregs = PTRACE_SETFPREGS;