Home
last modified time | relevance | path

Searched refs:vendor_object_attributes_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dattributes.h300 this->vendor_object_attributes_[vendor] = in Attributes_section_data()
301 new Vendor_object_attributes(*asd.vendor_object_attributes_[vendor]); in Attributes_section_data()
309 delete this->vendor_object_attributes_[vendor]; in ~Attributes_section_data()
321 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
328 return this->vendor_object_attributes_[vendor]->known_attributes(); in known_attributes()
336 return this->vendor_object_attributes_[vendor]->other_attributes(); in other_attributes()
344 return this->vendor_object_attributes_[vendor]->other_attributes(); in other_attributes()
352 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
359 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
377 Vendor_object_attributes* vendor_object_attributes_[OBJ_ATTR_LAST+1]; variable
Dattributes.cc262 data_size += this->vendor_object_attributes_[vendor]->size(); in size()
276 this->vendor_object_attributes_[vendor] = in Attributes_section_data()
337 this->vendor_object_attributes_[vendor]; in Attributes_section_data()
435 if (this->vendor_object_attributes_[vendor]->size() != 0) in write()
436 this->vendor_object_attributes_[vendor]->write(buffer); in write()