HomeSort by relevance Sort by last modified time
    Searched defs:Vendor_object_attributes (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
attributes.h 206 class Vendor_object_attributes
212 Vendor_object_attributes(int vendor)
217 Vendor_object_attributes(const Vendor_object_attributes&);
219 ~Vendor_object_attributes()
301 new Vendor_object_attributes(*asd.vendor_object_attributes_[vendor]);
332 Vendor_object_attributes::Other_attributes*
340 const Vendor_object_attributes::Other_attributes*
377 Vendor_object_attributes* vendor_object_attributes_[OBJ_ATTR_LAST+1];
attributes.cc 112 // Vendor_object_attributes methods.
116 Vendor_object_attributes::Vendor_object_attributes(
117 const Vendor_object_attributes& voa)
136 Vendor_object_attributes::size() const
160 Vendor_object_attributes::new_attribute(int tag)
186 Vendor_object_attributes::get_attribute(int tag)
199 Vendor_object_attributes::get_attribute(int tag) const
214 Vendor_object_attributes::write(std::vector<unsigned char>* buffer) const
277 new Vendor_object_attributes(vendor)
    [all...]

Completed in 53 milliseconds