Searched refs:Object_attribute (Results 1 – 4 of 4) sorted by relevance
41 class Object_attribute77 Object_attribute() in Object_attribute() function82 Object_attribute(const Object_attribute& oa) in Object_attribute() function86 ~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()[all …]
42 Object_attribute::size(int tag) const in size()49 if (Object_attribute::attribute_type_has_int_value(this->type_)) in size()51 if (Object_attribute::attribute_type_has_string_value(this->type_)) in size()59 Object_attribute::is_default_attribute() const in is_default_attribute()61 if (Object_attribute::attribute_type_has_int_value(this->type_) in is_default_attribute()64 if (Object_attribute::attribute_type_has_string_value(this->type_) in is_default_attribute()67 if (Object_attribute::attribute_type_has_no_default(this->type_)) in is_default_attribute()77 Object_attribute::matches(const Object_attribute& oa) const in matches()86 Object_attribute::write( in write()98 if (Object_attribute::attribute_type_has_int_value(this->type_)) in write()[all …]
9012 const Object_attribute* attr = in infer_abiflags()9013 pasd->known_attributes(Object_attribute::OBJ_ATTR_GNU); in infer_abiflags()9183 Object_attribute* out_attr = this->attributes_section_data_->known_attributes( in merge_obj_attributes()9184 Object_attribute::OBJ_ATTR_GNU); in merge_obj_attributes()
12636 * attributes.cc (Object_attribute::size): Ditto.12640 * attributes.h (Object_attribute::set_type): Ditto.