Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c219 static struct type *hpread_type_lookup (dnttpointer, struct objfile *);
3206 type1 = lookup_function_type (hpread_type_lookup (dn_bufp->dfunc.retval, in hpread_read_function_type()
3209 type1 = lookup_function_type (hpread_type_lookup (dn_bufp->dfunctype.retval, in hpread_read_function_type()
3212 type1 = lookup_function_type (hpread_type_lookup (dn_bufp->dfunc_template.retval, in hpread_read_function_type()
3272 SYMBOL_TYPE (sym) = hpread_type_lookup (paramp->dfparam.type, objfile); in hpread_read_function_type()
3390 type1 = lookup_function_type (hpread_type_lookup (dn_bufp->ddocfunc.retval, in hpread_read_doc_function_type()
3450 SYMBOL_TYPE (sym) = hpread_type_lookup (paramp->dfparam.type, objfile); in hpread_read_doc_function_type()
3698 baseclass = hpread_type_lookup (parentp->dinheritance.classname, in hpread_read_struct_type()
3859 memtype = hpread_type_lookup (fn_field, objfile); in hpread_read_struct_type()
4034 memtype = hpread_type_lookup (fn_fieldp->dsvar.type, objfile); in hpread_read_struct_type()
[all …]