HomeSort by: relevance | last modified time | path
    Searched defs:sparc64_fprs_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
sparc-tdep.h 97 struct type *sparc64_fprs_type = nullptr; member in struct:sparc_gdbarch_tdep
sparc64-tdep.c 738 sparc64_fprs_type (struct gdbarch *gdbarch)
742 if (!tdep->sparc64_fprs_type)
751 tdep->sparc64_fprs_type = type;
754 return tdep->sparc64_fprs_type;
887 return sparc64_fprs_type (gdbarch);
735 sparc64_fprs_type (struct gdbarch *gdbarch) function
  /src/external/gpl3/gdb/dist/gdb/
sparc-tdep.h 97 struct type *sparc64_fprs_type = nullptr; member in struct:sparc_gdbarch_tdep
sparc64-tdep.c 736 sparc64_fprs_type (struct gdbarch *gdbarch)
740 if (!tdep->sparc64_fprs_type)
749 tdep->sparc64_fprs_type = type;
752 return tdep->sparc64_fprs_type;
885 return sparc64_fprs_type (gdbarch);
733 sparc64_fprs_type (struct gdbarch *gdbarch) function

Completed in 85 milliseconds