Searched refs:PTRACE_GETFPREGS (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsparc-nat.c73 #ifndef PTRACE_GETFPREGS
74 #define PTRACE_GETFPREGS PT_GETFPREGS macro
179 if (gdb_ptrace (PTRACE_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs) == -1)
222 if (gdb_ptrace (PTRACE_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs) == -1)
H A Damd64-linux-nat.c259 if (ptrace (PTRACE_GETFPREGS, tid, 0, (long) &fpregs) < 0)
321 if (ptrace (PTRACE_GETFPREGS, tid, 0, (long) &fpregs) < 0)
H A Dm68k-linux-nat.c365 if (ptrace (PTRACE_GETFPREGS, tid, 0, (int) &fpregs) < 0)
379 if (ptrace (PTRACE_GETFPREGS, tid, 0, (int) &fpregs) < 0)
H A Di386-linux-nat.c289 if (ptrace (PTRACE_GETFPREGS, tid, 0, (int) &fpregs) < 0)
303 if (ptrace (PTRACE_GETFPREGS, tid, 0, (int) &fpregs) < 0)
H A Dmips-linux-nat.c297 if (ptrace (PTRACE_GETFPREGS, tid, 0L,
379 if (ptrace (PTRACE_GETFPREGS, tid, 0L,
H A Dppc-linux-nat.c153 #ifndef PTRACE_GETFPREGS
154 #define PTRACE_GETFPREGS 14 macro
273 /* Non-zero if our kernel may support the PTRACE_GETFPREGS and
1180 if (ptrace (PTRACE_GETFPREGS, tid, 0, (void *) &fpregs) < 0)
1742 if (ptrace (PTRACE_GETFPREGS, tid, 0, (void *) &fpregs) < 0)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsparc-nat.c73 #ifndef PTRACE_GETFPREGS
74 #define PTRACE_GETFPREGS PT_GETFPREGS macro
185 if (gdb_ptrace (PTRACE_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs) == -1)
235 if (gdb_ptrace (PTRACE_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs) == -1)
H A Damd64-linux-nat.c259 if (ptrace (PTRACE_GETFPREGS, tid, 0, (long) &fpregs) < 0)
321 if (ptrace (PTRACE_GETFPREGS, tid, 0, (long) &fpregs) < 0)
H A Dm68k-linux-nat.c365 if (ptrace (PTRACE_GETFPREGS, tid, 0, (int) &fpregs) < 0)
379 if (ptrace (PTRACE_GETFPREGS, tid, 0, (int) &fpregs) < 0)
H A Di386-linux-nat.c289 if (ptrace (PTRACE_GETFPREGS, tid, 0, (int) &fpregs) < 0)
303 if (ptrace (PTRACE_GETFPREGS, tid, 0, (int) &fpregs) < 0)
H A Dmips-linux-nat.c297 if (ptrace (PTRACE_GETFPREGS, tid, 0L,
379 if (ptrace (PTRACE_GETFPREGS, tid, 0L,
H A Dppc-linux-nat.c159 #ifndef PTRACE_GETFPREGS
160 #define PTRACE_GETFPREGS 14 macro
279 /* Non-zero if our kernel may support the PTRACE_GETFPREGS and
1185 if (ptrace (PTRACE_GETFPREGS, tid, 0, (void *) &fpregs) < 0)
1747 if (ptrace (PTRACE_GETFPREGS, tid, 0, (void *) &fpregs) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-m68k-low.cc175 { PTRACE_GETFPREGS, PTRACE_SETFPREGS, 0, sizeof (elf_fpregset_t),
H A Dlinux-sparc-low.cc309 { PTRACE_GETFPREGS, PTRACE_SETFPREGS, 0, sizeof (fpregset_t),
H A Dlinux-mips-low.cc952 { PTRACE_GETFPREGS, PTRACE_SETFPREGS, 0, 33 * 8, FP_REGS,
H A Dlinux-x86-low.cc537 { PTRACE_GETFPREGS, PTRACE_SETFPREGS, 0, sizeof (elf_fpregset_t),
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-m68k-low.cc175 { PTRACE_GETFPREGS, PTRACE_SETFPREGS, 0, sizeof (elf_fpregset_t),
H A Dlinux-sparc-low.cc309 { PTRACE_GETFPREGS, PTRACE_SETFPREGS, 0, sizeof (fpregset_t),
H A Dlinux-mips-low.cc952 { PTRACE_GETFPREGS, PTRACE_SETFPREGS, 0, 33 * 8, FP_REGS,
H A Dlinux-x86-low.cc550 { PTRACE_GETFPREGS, PTRACE_SETFPREGS, 0, sizeof (elf_fpregset_t),
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc343 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
345 int ptrace_getfpregs = PTRACE_GETFPREGS;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc383 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
385 int ptrace_getfpregs = PTRACE_GETFPREGS;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp367 #if (defined(PTRACE_GETFPREGS) && defined(PTRACE_SETFPREGS)) || \
369 int ptrace_getfpregs = PTRACE_GETFPREGS;

Completed in 409 milliseconds