Searched refs:die_ref (Results 1 – 2 of 2) sorted by relevance
129 #define DIE_ID (curdie!=NULL ? curdie->die_ref : 0)262 DIE_REF die_ref; /* Offset of this DIE */ member765 lookup_utype (DIE_REF die_ref) in lookup_utype() argument770 utypeidx = (die_ref - dbroff) / 4; in lookup_utype()773 bad_die_ref_complaint (DIE_ID, DIE_NAME, die_ref); in lookup_utype()805 alloc_utype (DIE_REF die_ref, struct type *utypep) in alloc_utype() argument810 utypeidx = (die_ref - dbroff) / 4; in alloc_utype()815 bad_die_ref_complaint (DIE_ID, DIE_NAME, die_ref); in alloc_utype()948 type = lookup_utype (dip->die_ref); in struct_type()952 type = alloc_utype (dip->die_ref, NULL); in struct_type()[all …]
1528 find_abstract_instance_name (struct comp_unit *unit, bfd_uint64_t die_ref) in find_abstract_instance_name() argument1537 info_ptr = unit->info_ptr_unit + die_ref; in find_abstract_instance_name()