HomeSort by relevance Sort by last modified time
    Searched refs:Other_attributes (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
attributes.h 221 for (Other_attributes::iterator p = this->other_attributes_.begin();
249 typedef std::map<int, Object_attribute*> Other_attributes;
252 Other_attributes*
253 other_attributes() function in class:gold::Vendor_object_attributes
256 const Other_attributes*
257 other_attributes() const function in class:gold::Vendor_object_attributes
282 Other_attributes other_attributes_;
332 Vendor_object_attributes::Other_attributes*
333 other_attributes(int vendor) function in class:gold::Attributes_section_data
336 return this->vendor_object_attributes_[vendor]->other_attributes();
341 other_attributes(int vendor) const function in class:gold::Attributes_section_data
    [all...]
attributes.cc 127 for (Other_attributes::const_iterator p = voa.other_attributes_.begin();
145 for (Other_attributes::const_iterator p = this->other_attributes_.begin();
174 std::pair<Other_attributes::iterator, bool> ins =
192 Other_attributes::iterator p =
205 Other_attributes::const_iterator p =
247 for (Other_attributes::const_iterator q = this->other_attributes_.begin();
arm.cc     [all...]

Completed in 96 milliseconds