Lines Matching refs:pasd
2921 Attributes_section_data* pasd = this->attributes_section_data_; in get_aeabi_object_attribute() local
2922 gold_assert(pasd != NULL); in get_aeabi_object_attribute()
2924 pasd->get_attribute(Object_attribute::OBJ_ATTR_PROC, tag); in get_aeabi_object_attribute()
10918 const Attributes_section_data* pasd) in get_secondary_compatible_arch() argument
10921 pasd->known_attributes(Object_attribute::OBJ_ATTR_PROC); in get_secondary_compatible_arch()
10943 Attributes_section_data* pasd, in set_secondary_compatible_arch() argument
10947 pasd->known_attributes(Object_attribute::OBJ_ATTR_PROC); in set_secondary_compatible_arch()
11275 const Attributes_section_data* pasd) in merge_object_attributes() argument
11278 if (pasd == NULL) in merge_object_attributes()
11285 this->attributes_section_data_ = new Attributes_section_data(*pasd); in merge_object_attributes()
11311 const Object_attribute* in_attr = pasd->known_attributes(vendor); in merge_object_attributes()
11357 this->get_secondary_compatible_arch(pasd); in merge_object_attributes()
11752 this->attributes_section_data_->merge(name, pasd); in merge_object_attributes()
11756 const Other_attributes* in_other_attributes = pasd->other_attributes(vendor); in merge_object_attributes()