Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dattributes.h221 for (Other_attributes::iterator p = this->other_attributes_.begin(); in ~Vendor_object_attributes()
249 typedef std::map<int, Object_attribute*> Other_attributes; typedef
252 Other_attributes*
256 const Other_attributes*
282 Other_attributes other_attributes_;
332 Vendor_object_attributes::Other_attributes*
340 const Vendor_object_attributes::Other_attributes*
Dattributes.cc127 for (Other_attributes::const_iterator p = voa.other_attributes_.begin(); in Vendor_object_attributes()
145 for (Other_attributes::const_iterator p = this->other_attributes_.begin(); in size()
174 std::pair<Other_attributes::iterator, bool> ins = in new_attribute()
192 Other_attributes::iterator p = in get_attribute()
205 Other_attributes::const_iterator p = in get_attribute()
247 for (Other_attributes::const_iterator q = this->other_attributes_.begin(); in write()
Darm.cc11506 typedef Vendor_object_attributes::Other_attributes Other_attributes; in merge_object_attributes() typedef
11507 const Other_attributes* in_other_attributes = pasd->other_attributes(vendor); in merge_object_attributes()
11508 Other_attributes::const_iterator in_iter = in_other_attributes->begin(); in merge_object_attributes()
11509 Other_attributes* out_other_attributes = in merge_object_attributes()
11511 Other_attributes::iterator out_iter = out_other_attributes->begin(); in merge_object_attributes()