Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarfread.c129 #define DIE_ID (curdie!=NULL ? curdie->die_ref : 0)
262 DIE_REF die_ref; /* Offset of this DIE */ member
765 lookup_utype (DIE_REF die_ref) in lookup_utype() argument
770 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() argument
810 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 …]
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Ddwarf2.c1528 find_abstract_instance_name (struct comp_unit *unit, bfd_uint64_t die_ref) in find_abstract_instance_name() argument
1537 info_ptr = unit->info_ptr_unit + die_ref; in find_abstract_instance_name()