Lines Matching refs:attr
37 attr_form_cu (Dwarf_Attribute *attr)
40 .debug_info from the same cu as the attr. Otherwise it comes from
42 switch (attr->form)
49 return attr->cu;
51 return attr->cu->dbg->fake_loc_cu;
56 dwarf_getlocation_attr (Dwarf_Attribute *attr, const Dwarf_Op *op, Dwarf_Attribute *result)
58 if (attr == NULL)
67 result->cu = attr_form_cu (attr);
74 result->cu = attr_form_cu (attr);
81 result->cu = attr_form_cu (attr);
89 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0)
102 if (INTUSE(dwarf_getlocation_die) (attr, op, &die) != 0)