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.h206 class Vendor_object_attributes
212 Vendor_object_attributes(int vendor) in Vendor_object_attributes() function
217 Vendor_object_attributes(const Vendor_object_attributes&);
219 ~Vendor_object_attributes() in ~Vendor_object_attributes()
301 new Vendor_object_attributes(*asd.vendor_object_attributes_[vendor]); in Attributes_section_data()
332 Vendor_object_attributes::Other_attributes*
340 const Vendor_object_attributes::Other_attributes*
377 Vendor_object_attributes* vendor_object_attributes_[OBJ_ATTR_LAST+1];
Dattributes.cc116 Vendor_object_attributes::Vendor_object_attributes( in Vendor_object_attributes() function in gold::Vendor_object_attributes
117 const Vendor_object_attributes& voa) in Vendor_object_attributes()
136 Vendor_object_attributes::size() const in size()
160 Vendor_object_attributes::new_attribute(int tag) in new_attribute()
186 Vendor_object_attributes::get_attribute(int tag) in get_attribute()
199 Vendor_object_attributes::get_attribute(int tag) const in get_attribute()
214 Vendor_object_attributes::write(std::vector<unsigned char>* buffer) const in write()
277 new Vendor_object_attributes(vendor); in Attributes_section_data()
336 Vendor_object_attributes* pvoa = in Attributes_section_data()