/dports/devel/avr-gdb/gdb-7.3.1/gdb/ |
H A D | mips-linux-tdep.h | 63 typedef mips64_elf_greg_t mips64_elf_gregset_t[MIPS64_ELF_NGREG]; typedef 89 void mips64_supply_gregset (struct regcache *, const mips64_elf_gregset_t *); 91 mips64_elf_gregset_t *, int);
|
H A D | mips-linux-tdep.c | 347 const mips64_elf_gregset_t *gregsetp) in mips64_supply_gregset() 392 gdb_assert (len == sizeof (mips64_elf_gregset_t)); in mips64_supply_gregset_wrapper() 394 mips64_supply_gregset (regcache, (const mips64_elf_gregset_t *)gregs); in mips64_supply_gregset_wrapper() 401 mips64_elf_gregset_t *gregsetp, int regno) in mips64_fill_gregset() 411 memset (regp, 0, sizeof (mips64_elf_gregset_t)); in mips64_fill_gregset() 463 gdb_assert (len == sizeof (mips64_elf_gregset_t)); in mips64_fill_gregset_wrapper() 465 mips64_fill_gregset (regcache, (mips64_elf_gregset_t *)gregs, regnum); in mips64_fill_gregset_wrapper() 602 mips64_elf_gregset_t gregset64; in mips_linux_regset_from_core_section() 669 case sizeof (mips64_elf_gregset_t): in mips_linux_core_read_description()
|
H A D | mips-linux-nat.c | 166 mips64_supply_gregset (regcache, (const mips64_elf_gregset_t *) gregsetp); in supply_gregset() 176 mips64_fill_gregset (regcache, (mips64_elf_gregset_t *) gregsetp, regno); in fill_gregset() 227 mips64_elf_gregset_t regs; in mips64_linux_regsets_fetch_registers() 240 (const mips64_elf_gregset_t *) ®s); in mips64_linux_regsets_fetch_registers() 290 mips64_elf_gregset_t regs; in mips64_linux_regsets_store_registers()
|
H A D | ChangeLog-2006 | 3219 (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
|
H A D | ChangeLog-2002 | 106 (mips64_elf_greg_t, mips64_elf_gregset_t, mips64_elf_fpreg_t)
|
/dports/devel/gdb/gdb-11.1/gdb/ |
H A D | mips-linux-tdep.h | 66 typedef mips64_elf_greg_t mips64_elf_gregset_t[MIPS64_ELF_NGREG]; typedef 92 void mips64_supply_gregset (struct regcache *, const mips64_elf_gregset_t *); 94 mips64_elf_gregset_t *, int);
|
H A D | mips-linux-tdep.c | 294 const mips64_elf_gregset_t *gregsetp) in mips64_supply_gregset() 331 gdb_assert (len >= sizeof (mips64_elf_gregset_t)); in mips64_supply_gregset_wrapper() 333 mips64_supply_gregset (regcache, (const mips64_elf_gregset_t *)gregs); in mips64_supply_gregset_wrapper() 340 mips64_elf_gregset_t *gregsetp, int regno) in mips64_fill_gregset() 349 memset (regp, 0, sizeof (mips64_elf_gregset_t)); in mips64_fill_gregset() 395 gdb_assert (len >= sizeof (mips64_elf_gregset_t)); in mips64_fill_gregset_wrapper() 397 mips64_fill_gregset (regcache, (mips64_elf_gregset_t *)gregs, regnum); in mips64_fill_gregset_wrapper() 548 cb (".reg", sizeof (mips64_elf_gregset_t), sizeof (mips64_elf_gregset_t), in mips_linux_iterate_over_regset_sections() 570 case sizeof (mips64_elf_gregset_t): in mips_linux_core_read_description()
|
H A D | mips-linux-nat.c | 211 mips64_supply_gregset (regcache, (const mips64_elf_gregset_t *) gregsetp); in supply_gregset() 221 mips64_fill_gregset (regcache, (mips64_elf_gregset_t *) gregsetp, regno); in fill_gregset() 277 mips64_elf_gregset_t regs; in mips64_regsets_fetch_registers() 290 (const mips64_elf_gregset_t *) ®s); in mips64_regsets_fetch_registers() 364 mips64_elf_gregset_t regs; in mips64_regsets_store_registers()
|
H A D | ChangeLog-2006 | 3216 (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
|
H A D | ChangeLog-2002 | 102 (mips64_elf_greg_t, mips64_elf_gregset_t, mips64_elf_fpreg_t)
|
/dports/devel/gdb761/gdb-7.6.1/gdb/ |
H A D | mips-linux-tdep.h | 65 typedef mips64_elf_greg_t mips64_elf_gregset_t[MIPS64_ELF_NGREG]; typedef 91 void mips64_supply_gregset (struct regcache *, const mips64_elf_gregset_t *); 93 mips64_elf_gregset_t *, int);
|
H A D | mips-linux-tdep.c | 342 const mips64_elf_gregset_t *gregsetp) in mips64_supply_gregset() 382 gdb_assert (len == sizeof (mips64_elf_gregset_t)); in mips64_supply_gregset_wrapper() 384 mips64_supply_gregset (regcache, (const mips64_elf_gregset_t *)gregs); in mips64_supply_gregset_wrapper() 391 mips64_elf_gregset_t *gregsetp, int regno) in mips64_fill_gregset() 401 memset (regp, 0, sizeof (mips64_elf_gregset_t)); in mips64_fill_gregset() 453 gdb_assert (len == sizeof (mips64_elf_gregset_t)); in mips64_fill_gregset_wrapper() 455 mips64_fill_gregset (regcache, (mips64_elf_gregset_t *)gregs, regnum); in mips64_fill_gregset_wrapper() 592 mips64_elf_gregset_t gregset64; in mips_linux_regset_from_core_section() 659 case sizeof (mips64_elf_gregset_t): in mips_linux_core_read_description()
|
H A D | mips-linux-nat.c | 179 mips64_supply_gregset (regcache, (const mips64_elf_gregset_t *) gregsetp); in supply_gregset() 189 mips64_fill_gregset (regcache, (mips64_elf_gregset_t *) gregsetp, regno); in fill_gregset() 255 mips64_elf_gregset_t regs; in mips64_linux_regsets_fetch_registers() 268 (const mips64_elf_gregset_t *) ®s); in mips64_linux_regsets_fetch_registers() 343 mips64_elf_gregset_t regs; in mips64_linux_regsets_store_registers()
|
H A D | ChangeLog-2006 | 3219 (mips64_elf_gregset_t, mips64_elf_fpreg_t, mips64_elf_fpregset_t)
|
H A D | ChangeLog-2002 | 106 (mips64_elf_greg_t, mips64_elf_gregset_t, mips64_elf_fpreg_t)
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/ |
H A D | mips-linux-tdep.c | 326 typedef mips64_elf_greg_t mips64_elf_gregset_t[MIPS64_ELF_NGREG]; typedef 382 mips64_supply_gregset (mips64_elf_gregset_t *gregsetp) in mips64_supply_gregset() 415 mips64_fill_gregset (mips64_elf_gregset_t *gregsetp, int regno) in mips64_fill_gregset() 423 memset (regp, 0, sizeof (mips64_elf_gregset_t)); in mips64_fill_gregset() 564 mips64_elf_gregset_t gregset64; in fetch_core_registers()
|
H A D | ChangeLog-2002 | 106 (mips64_elf_greg_t, mips64_elf_gregset_t, mips64_elf_fpreg_t)
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/ |
H A D | mips-linux-tdep.c | 326 typedef mips64_elf_greg_t mips64_elf_gregset_t[MIPS64_ELF_NGREG]; typedef 382 mips64_supply_gregset (mips64_elf_gregset_t *gregsetp) in mips64_supply_gregset() 415 mips64_fill_gregset (mips64_elf_gregset_t *gregsetp, int regno) in mips64_fill_gregset() 423 memset (regp, 0, sizeof (mips64_elf_gregset_t)); in mips64_fill_gregset() 564 mips64_elf_gregset_t gregset64; in fetch_core_registers()
|
H A D | ChangeLog-2002 | 106 (mips64_elf_greg_t, mips64_elf_gregset_t, mips64_elf_fpreg_t)
|