Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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()
Darm.cc10671 const Object_attribute* known_attributes = in get_secondary_compatible_arch() local
10672 pasd->known_attributes(Object_attribute::OBJ_ATTR_PROC); in get_secondary_compatible_arch()
10677 known_attributes[elfcpp::Tag_also_compatible_with].string_value(); in get_secondary_compatible_arch()
10697 Object_attribute* known_attributes = in set_secondary_compatible_arch() local
10698 pasd->known_attributes(Object_attribute::OBJ_ATTR_PROC); in set_secondary_compatible_arch()
10702 known_attributes[elfcpp::Tag_also_compatible_with].set_string_value(""); in set_secondary_compatible_arch()
10714 known_attributes[elfcpp::Tag_also_compatible_with].set_string_value(sv); in set_secondary_compatible_arch()
11038 this->attributes_section_data_->known_attributes(vendor); in merge_object_attributes()
11062 const Object_attribute* in_attr = pasd->known_attributes(vendor); in merge_object_attributes()
11064 this->attributes_section_data_->known_attributes(vendor); in merge_object_attributes()