Lines Matching refs:cu
44 struct Dwarf_CU *cu = attr->cu;
53 if (cu->version == 2 && attr->form == DW_FORM_ref_addr)
54 ref_size = cu->address_size;
60 ref_size = cu->offset_size;
63 ? INTUSE(dwarf_getalt) (cu->dbg) : cu->dbg);
71 if (__libdw_read_offset (cu->dbg, dbg_ret, IDX_debug_info, attr->valp,
85 uint64_t sig = read_8ubyte_unaligned (cu->dbg, attr->valp);
86 cu = Dwarf_Sig8_Hash_find (&cu->dbg->sig8_hash, sig);
87 if (cu == NULL)
95 cu = __libdw_intern_next_unit (attr->cu->dbg, scan_debug_types);
96 if (cu == NULL)
108 while (cu == NULL || cu->unit_id8 != sig);
111 int secid = cu_sec_idx (cu);
112 datap = cu->dbg->sectiondata[secid]->d_buf;
113 size = cu->dbg->sectiondata[secid]->d_size;
114 offset = cu->start + cu->subdie_offset;
122 datap = cu->startp;
123 size = cu->endp - cu->startp;
134 result->cu = cu;