Lines Matching refs:attr
52 dwarf_getloclist (attr, llbuf, listlen)
53 Dwarf_Attribute *attr;
58 if (attr->code != DW_AT_location
59 && attr->code != DW_AT_data_member_location
60 && attr->code != DW_AT_vtable_elem_location
61 && attr->code != DW_AT_string_length
62 && attr->code != DW_AT_use_location
63 && attr->code != DW_AT_return_addr)
69 struct Dwarf_CU *cu = attr->cu;
74 if (dwarf_formblock (attr, &block) != 0)