Searched refs:fpregset_t (Results 1 – 21 of 21) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | alphabsd-nat.c | 43 typedef struct fpreg fpregset_t; typedef 64 supply_fpregset (fpregset_t *fpregsetp) in supply_fpregset() 70 fill_fpregset (fpregset_t *fpregsetp, int regno) in fill_fpregset()
|
H A D | sparc-nat.c | 59 typedef struct fpreg fpregset_t; typedef 62 typedef struct fp_status fpregset_t; typedef 180 fpregset_t fpregs; in fetch_inferior_registers() 229 fpregset_t fpregs, saved_fpregs; in store_inferior_registers()
|
H A D | i386v4-nat.c | 138 supply_fpregset (fpregset_t *fpregsetp) in supply_fpregset() 151 fill_fpregset (fpregset_t *fpregsetp, int regno) in fill_fpregset()
|
H A D | s390-nat.c | 92 supply_fpregset (fpregset_t *regp) in supply_fpregset() 105 fill_fpregset (fpregset_t *regp, int regno) in fill_fpregset() 169 fpregset_t fpregs; in fetch_fpregs() 186 fpregset_t fpregs; in store_fpregs()
|
H A D | mipsv4-nat.c | 108 supply_fpregset (fpregset_t *fpregsetp) in supply_fpregset() 130 fill_fpregset (fpregset_t *fpregsetp, int regno) in fill_fpregset()
|
H A D | irix5-nat.c | 128 supply_fpregset (fpregset_t *fpregsetp) in supply_fpregset() 150 fill_fpregset (fpregset_t *fpregsetp, int regno) in fill_fpregset()
|
H A D | gregset.h | 29 #define GDB_FPREGSET_T fpregset_t
|
H A D | ia64-linux-nat.c | 457 supply_fpregset (fpregset_t *fpregsetp) in supply_fpregset() 475 fill_fpregset (fpregset_t *fpregsetp, int regno) in fill_fpregset()
|
H A D | fbsd-nat.c | 138 fpregset_t fpregs; in fbsd_make_corefile_notes()
|
H A D | m68k-tdep.c | 996 supply_fpregset (fpregset_t *fpregsetp) in supply_fpregset() 1020 fill_fpregset (fpregset_t *fpregsetp, int regno) in fill_fpregset()
|
H A D | config.in | 534 /* Define if <sys/procfs.h> has fpregset_t. */
|
H A D | configure | 8395 echo $ac_n "checking for fpregset_t in sys/procfs.h""... $ac_c" 1>&6 8396 echo "configure:8397: checking for fpregset_t in sys/procfs.h" >&5 8407 fpregset_t avar
|
H A D | configure.in | 742 BFD_HAVE_SYS_PROCFS_TYPE(fpregset_t)
|
H A D | ChangeLog | 4261 (gregset_t, fpregset_t): Remove typedefs. 5651 (gregset_t, fpregset_t): Remove typedefs. 5660 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset 5663 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
|
H A D | ChangeLog-2000 | 1556 from fpregset_t to gdb_fpregset_t in order to match declarations 6861 of gregset_t and fpregset_t. Those are the only names that are
|
H A D | ChangeLog-2002 | 7767 * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the 9782 rather than gregset_t and fpregset_t. Use alphabsd_supply_reg 9785 rather than gregset_t and fpregset_t. Use alphabsd_fill_reg
|
H A D | ChangeLog-1996 | 4693 Also check for gregset_t and fpregset_t types.
|
H A D | ChangeLog-2003 | 4285 `fpregset_t'. Call amd64_supply_native_gregset instead of 4291 `fpregset_t'. Call amd64_collect_native_gregset instead of
|
H A D | ChangeLog-1998 | 3967 * core-sol2.c: don't #undef gregset_t and fpregset_t.
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-types.h | 154 typedef int fpregset_t; typedef
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-types.h | 154 typedef int fpregset_t; typedef
|