Searched refs:gregset_t (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgregset.h25 #define GDB_GREGSET_T gregset_t
H A Di386v4-nat.c54 typedef int gregset_t[19]; (in <sys/regset.h>)
88 gregset_t and fpregset_t formatted data. */
106 supply_gregset (gregset_t *gregsetp)
120 fill_gregset (gregset_t *gregsetp, int regnum)
H A Dalphabsd-nat.c39 typedef struct reg gregset_t; typedef in typeref:struct:reg
52 supply_gregset (gregset_t *gregsetp)
58 fill_gregset (gregset_t *gregsetp, int regno)
H A Ds390-nat.c66 supply_gregset (gregset_t *regp)
79 fill_gregset (gregset_t *regp, int regno)
132 gregset_t regs;
149 gregset_t regs;
H A Dsparc-nat.c49 GNU/Linux kernel headers. Fortunately GNU/Linux has a `gregset_t'
52 <signal.h>. Settling on using the `gregset_t' and `fpregset_t'
58 typedef struct reg gregset_t; typedef in typeref:struct:reg
61 typedef struct regs gregset_t; typedef in typeref:struct:regs
96 /* Determine whether `gregset_t' contains register REGNUM. */
168 gregset_t regs;
203 gregset_t regs;
H A Dmipsv4-nat.c46 supply_gregset (gregset_t *gregsetp)
77 fill_gregset (gregset_t *gregsetp, int regno)
H A Dirix5-nat.c57 supply_gregset (gregset_t *gregsetp)
82 fill_gregset (gregset_t *gregsetp, int regno)
H A Dfbsd-nat.c137 gregset_t gregs;
H A Dia64-linux-nat.c363 supply_gregset (gregset_t *gregsetp)
414 fill_gregset (gregset_t *gregsetp, int regno)
H A Dm68k-tdep.c936 typedef int gregset_t[18];
951 These routines provide the packing and unpacking of gregset_t and
962 /* Given a pointer to a general register set in /proc format (gregset_t *),
967 supply_gregset (gregset_t *gregsetp)
981 fill_gregset (gregset_t *gregsetp, int regno)
H A Dconfigure8359 echo $ac_n "checking for gregset_t in sys/procfs.h""... $ac_c" 1>&6
8360 echo "configure:8361: checking for gregset_t in sys/procfs.h" >&5
8371 gregset_t avar

Completed in 224 milliseconds