Lines Matching refs:cu
40 .debug_info from the same cu as the attr. Otherwise it comes from
49 return attr->cu;
51 return (attr->cu->version < 5
52 ? attr->cu->dbg->fake_loc_cu
53 : attr->cu->dbg->fake_loclists_cu);
58 addr_valp (Dwarf_CU *cu, Dwarf_Word index)
60 Elf_Data *debug_addr = cu->dbg->sectiondata[IDX_debug_addr];
67 Dwarf_Word offset = __libdw_cu_addr_base (cu) + (index * cu->address_size);
83 result->cu = attr_form_cu (attr);
91 result->cu = attr_form_cu (attr);
99 result->cu = attr_form_cu (attr);
105 if (attr->cu->address_size == 4)
109 result->valp = addr_valp (attr->cu, op->number);
112 result->cu = attr->cu->dbg->fake_addr_cu;
119 result->valp = addr_valp (attr->cu, op->number);
122 result->cu = attr->cu->dbg->fake_addr_cu;