Home
last modified time | relevance | path

Searched refs:sparc64_ccr_type (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsparc-tdep.h94 struct type *sparc64_ccr_type = nullptr; member
Dsparc64-tdep.c677 sparc64_ccr_type (struct gdbarch *gdbarch) in sparc64_ccr_type() function
681 if (tdep->sparc64_ccr_type == NULL) in sparc64_ccr_type()
695 tdep->sparc64_ccr_type = type; in sparc64_ccr_type()
698 return tdep->sparc64_ccr_type; in sparc64_ccr_type()
847 return sparc64_ccr_type (gdbarch); in sparc64_pseudo_register_type()
DChangeLog-20176651 (sparc64_ccr_type): Likewise.
15715 * sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
15716 * sparc64-tdep.c (sparc64_ccr_type): New function.