Searched refs:gdbarch_register_type (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dm68k-bsd-tdep.c44 int fp_len = TYPE_LENGTH (gdbarch_register_type (gdbarch, regnum));
H A Dlinux-record.c87 TYPE_LENGTH (gdbarch_register_type (regcache->arch (), (num))))
H A Dgdbarch.h393 extern struct type * gdbarch_register_type (struct gdbarch *gdbarch, int reg_nr);
H A Dregcache.c98 descr->register_type[i] = gdbarch_register_type (gdbarch, i);
H A Dgdbarch.c2328 gdbarch_register_type (struct gdbarch *gdbarch, int reg_nr) function
2333 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_type called\n");
H A Drs6000-tdep.c2486 return gdbarch_register_type (gdbarch,
H A Dmips-tdep.c1077 rawtype = gdbarch_register_type (gdbarch, rawnum);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dm68k-bsd-tdep.c45 int fp_len = gdbarch_register_type (gdbarch, regnum)->length ();
H A Dstap-probe.c830 if (!is_scalar_type (gdbarch_register_type (gdbarch, regnum)))
H A Dgdbarch-gen.h306 extern struct type * gdbarch_register_type (struct gdbarch *gdbarch, int reg_nr);
H A Dregcache.c100 descr->register_type[i] = gdbarch_register_type (gdbarch, i);
H A Dlinux-record.c87 gdbarch_register_type (regcache->arch (), (num))->length ())
H A Dgdbarch.c2163 gdbarch_register_type (struct gdbarch *gdbarch, int reg_nr) function
2168 gdb_printf (gdb_stdlog, "gdbarch_register_type called\n");
H A Drs6000-tdep.c2619 return gdbarch_register_type (gdbarch,
H A Dmips-tdep.c1101 rawtype = gdbarch_register_type (gdbarch, rawnum);

Completed in 462 milliseconds