Searched refs:sparc_fsr_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsparc-tdep.h90 struct type *sparc_fsr_type; member in struct:gdbarch_tdep
H A Dsparc-tdep.c449 sparc_fsr_type (struct gdbarch *gdbarch)
453 if (!tdep->sparc_fsr_type)
475 tdep->sparc_fsr_type = type;
478 return tdep->sparc_fsr_type;
519 return sparc_fsr_type (gdbarch);
446 sparc_fsr_type (struct gdbarch *gdbarch) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsparc-tdep.h93 struct type *sparc_fsr_type = nullptr; member in struct:sparc_gdbarch_tdep
H A Dsparc-tdep.c447 sparc_fsr_type (struct gdbarch *gdbarch)
451 if (!tdep->sparc_fsr_type)
473 tdep->sparc_fsr_type = type;
476 return tdep->sparc_fsr_type;
516 return sparc_fsr_type (gdbarch);
444 sparc_fsr_type (struct gdbarch *gdbarch) function

Completed in 129 milliseconds