Lines Matching defs:attributes
360 doing the right thing with the attributes that we put out.
378 Dwarf_Attribute *attributes;
389 attributes = attributesp;
392 attributes = &nattributes[0];
400 attributes[i].code = (fake_cu.version == 4 ? DW_AT_GNU_macros
402 attributes[i].form = proto->forms[i];
403 attributes[i].valp = (void *) readp;
404 attributes[i].cu = &fake_cu;
408 if (! libdw_valid_user_form (attributes[i].form))
428 .attributes = attributes,