Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gold/
H A 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*
H A 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()
/dragonfly/contrib/binutils-2.27/gold/
H A 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*
H A 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()
H A Darm.cc11590 typedef Vendor_object_attributes::Other_attributes Other_attributes; in merge_object_attributes() typedef
11591 const Other_attributes* in_other_attributes = pasd->other_attributes(vendor); in merge_object_attributes()
11592 Other_attributes::const_iterator in_iter = in_other_attributes->begin(); in merge_object_attributes()
11593 Other_attributes* out_other_attributes = in merge_object_attributes()
11595 Other_attributes::iterator out_iter = out_other_attributes->begin(); in merge_object_attributes()