Searched refs:alloc_utype (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarfread.c | 497 static struct type *alloc_utype (DIE_REF, struct type *); 794 alloc_utype (DIE_REF die_ref, struct type *utypep) in alloc_utype() function 885 type = alloc_utype (dip->at_user_def_type, NULL); in decode_die_type() 941 type = alloc_utype (dip->die_ref, NULL); in struct_type() 1202 typep = alloc_utype (die_ref, NULL); in decode_array_element_type() 1377 alloc_utype (dip->die_ref, type); in dwarf_read_array_type() 1427 alloc_utype (dip->die_ref, utype); in read_tag_pointer_type() 1486 utype = alloc_utype (dip->die_ref, (struct type *) NULL); in read_tag_string_type() 1549 alloc_utype (dip->die_ref, ftype); in read_subroutine_type() 1662 type = alloc_utype (dip->die_ref, NULL); in enum_type() [all …]
|