Searched refs:structtype (Results 1 – 1 of 1) sorted by relevance
4717 struct type *structtype = hpread_type_lookup (dn_bufp->dtype.type, in hpread_type_lookup() local4756 return structtype; in hpread_type_lookup()4764 struct type *structtype = hpread_type_lookup (dn_bufp->dtype.type, in hpread_type_lookup() local4816 TYPE_NAME (structtype) in hpread_type_lookup()4819 TYPE_NAME (structtype) = strcpy (TYPE_NAME (structtype), prefix); in hpread_type_lookup()4820 TYPE_NAME (structtype) = strcat (TYPE_NAME (structtype), suffix); in hpread_type_lookup()4821 TYPE_TAG_NAME (structtype) = suffix; in hpread_type_lookup()4825 if (TYPE_CODE (structtype) == TYPE_CODE_STRUCT) in hpread_type_lookup()4826 fix_static_member_physnames (structtype, suffix, objfile); in hpread_type_lookup()4828 return structtype; in hpread_type_lookup()