Home
last modified time | relevance | path

Searched refs:known_attributes (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dattributes.h242 known_attributes() in known_attributes() function
246 known_attributes() const in known_attributes() function
318 known_attributes(int vendor) in known_attributes() function
321 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
325 known_attributes(int vendor) const in known_attributes() function
328 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
Dattributes.cc403 &pasd->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
405 &this->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
Dmips.cc9013 pasd->known_attributes(Object_attribute::OBJ_ATTR_GNU); in infer_abiflags()
9183 Object_attribute* out_attr = this->attributes_section_data_->known_attributes( in merge_obj_attributes()