Lines Matching refs:Object_attribute
41 class Object_attribute
77 Object_attribute() in Object_attribute() function
82 Object_attribute(const Object_attribute& oa) in Object_attribute() function
86 ~Object_attribute() in ~Object_attribute()
90 Object_attribute&
91 operator=(const Object_attribute& source)
158 matches(const Object_attribute& oa) const;
173 return Object_attribute::gnu_arg_type(tag); in arg_type()
190 if (tag == Object_attribute::Tag_compatibility) in gnu_arg_type()
235 return (this->vendor_ == Object_attribute::OBJ_ATTR_PROC in name()
241 Object_attribute*
245 const Object_attribute*
249 typedef std::map<int, Object_attribute*> Other_attributes;
261 Object_attribute*
265 Object_attribute*
268 const Object_attribute*
280 Object_attribute known_attributes_[NUM_KNOWN_ATTRIBUTES];
297 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in Attributes_section_data()
298 vendor <= Object_attribute::OBJ_ATTR_LAST; in Attributes_section_data()
306 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in ~Attributes_section_data()
307 vendor <= Object_attribute::OBJ_ATTR_LAST; in ~Attributes_section_data()
317 Object_attribute*
324 const Object_attribute*
348 Object_attribute*
355 const Object_attribute*
373 static const int OBJ_ATTR_FIRST = Object_attribute::OBJ_ATTR_FIRST;
374 static const int OBJ_ATTR_LAST = Object_attribute::OBJ_ATTR_LAST;