Searched refs:rawtype (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c1072 struct type *rawtype; local
1077 rawtype = gdbarch_register_type (gdbarch, rawnum);
1078 if (TYPE_LENGTH (rawtype) == 0)
1079 return rawtype;
1084 return rawtype;
1105 if (mips_abi_regsize (gdbarch) == 4 && TYPE_LENGTH (rawtype) == 8
1129 return rawtype;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c1096 struct type *rawtype; local
1101 rawtype = gdbarch_register_type (gdbarch, rawnum);
1102 if (rawtype->length () == 0)
1103 return rawtype;
1108 return rawtype;
1129 if (mips_abi_regsize (gdbarch) == 4 && rawtype->length () == 8
1153 return rawtype;

Completed in 287 milliseconds