Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dattributes.h266 get_attribute(int tag);
269 get_attribute(int tag) const;
349 get_attribute(int vendor, int tag) in get_attribute() function
352 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
356 get_attribute(int vendor, int tag) const in get_attribute() function
359 return this->vendor_object_attributes_[vendor]->get_attribute(tag); in get_attribute()
Dattributes.cc186 Vendor_object_attributes::get_attribute(int tag) in get_attribute() function in gold::Vendor_object_attributes
199 Vendor_object_attributes::get_attribute(int tag) const in get_attribute() function in gold::Vendor_object_attributes
Darm.cc2869 pasd->get_attribute(Object_attribute::OBJ_ATTR_PROC, tag); in get_aeabi_object_attribute()