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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsparc-tdep.h89 struct type *sparc_psr_type; member in struct:gdbarch_tdep
H A Dsparc-tdep.c427 sparc_psr_type (struct gdbarch *gdbarch)
431 if (!tdep->sparc_psr_type)
442 tdep->sparc_psr_type = type;
445 return tdep->sparc_psr_type;
516 return sparc_psr_type (gdbarch);
424 sparc_psr_type (struct gdbarch *gdbarch) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsparc-tdep.h92 struct type *sparc_psr_type = nullptr; member in struct:sparc_gdbarch_tdep
H A Dsparc-tdep.c425 sparc_psr_type (struct gdbarch *gdbarch)
429 if (!tdep->sparc_psr_type)
440 tdep->sparc_psr_type = type;
443 return tdep->sparc_psr_type;
513 return sparc_psr_type (gdbarch);
422 sparc_psr_type (struct gdbarch *gdbarch) function

Completed in 198 milliseconds