Searched refs:die_type (Results 1 – 1 of 1) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | dwarf2read.c | 754 static struct type *die_type (struct die_info *, struct dwarf2_cu *); 2606 fp->type = die_type (die, cu); in dwarf2_add_field() 2712 FIELD_TYPE (*fp) = die_type (die, cu); in dwarf2_add_field() 2725 FIELD_TYPE (*fp) = die_type (die, cu); in dwarf2_add_field() 3411 element_type = die_type (die, cu); in read_array_type() 3634 type = lookup_pointer_type (die_type (die, cu)); in read_tag_pointer_type() 3691 to_type = die_type (die, cu); in read_tag_ptr_to_member_type() 3713 type = lookup_reference_type (die_type (die, cu)); in read_tag_reference_type() 3757 base_type = die_type (die, cu); in read_tag_const_type() 3772 base_type = die_type (die, cu); in read_tag_volatile_type() [all …]
|