Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c4712 struct type *structtype = hpread_type_lookup (dn_bufp->dtype.type, in hpread_type_lookup() local
4751 return structtype; in hpread_type_lookup()
4759 struct type *structtype = hpread_type_lookup (dn_bufp->dtype.type, in hpread_type_lookup() local
4811 TYPE_NAME (structtype) in hpread_type_lookup()
4814 TYPE_NAME (structtype) = strcpy (TYPE_NAME (structtype), prefix); in hpread_type_lookup()
4815 TYPE_NAME (structtype) = strcat (TYPE_NAME (structtype), suffix); in hpread_type_lookup()
4816 TYPE_TAG_NAME (structtype) = suffix; in hpread_type_lookup()
4820 if (TYPE_CODE (structtype) == TYPE_CODE_STRUCT) in hpread_type_lookup()
4821 fix_static_member_physnames (structtype, suffix, objfile); in hpread_type_lookup()
4823 return structtype; in hpread_type_lookup()