Searched refs:get_attribute (Results 1 – 3 of 3) sorted by relevance
266 get_attribute(int tag);269 get_attribute(int tag) const;349 get_attribute(int vendor, int tag) in get_attribute() function352 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()356 get_attribute(int vendor, int tag) const in get_attribute() function359 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
186 Vendor_object_attributes::get_attribute(int tag) in get_attribute() function in gold::Vendor_object_attributes199 Vendor_object_attributes::get_attribute(int tag) const in get_attribute() function in gold::Vendor_object_attributes
2869 pasd->get_attribute(Object_attribute::OBJ_ATTR_PROC, tag); in get_aeabi_object_attribute()