Home
last modified time | relevance | path

Searched refs:pasd (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dattributes.cc393 const Attributes_section_data* pasd) in merge() argument
403 &pasd->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
H A Dattributes.h365 merge(const char* name, const Attributes_section_data* pasd);
H A Darm.cc2894 Attributes_section_data* pasd = this->attributes_section_data_; in get_aeabi_object_attribute() local
2895 gold_assert(pasd != NULL); in get_aeabi_object_attribute()
2897 pasd->get_attribute(Object_attribute::OBJ_ATTR_PROC, tag); in get_aeabi_object_attribute()
10753 const Attributes_section_data* pasd) in get_secondary_compatible_arch() argument
10756 pasd->known_attributes(Object_attribute::OBJ_ATTR_PROC); in get_secondary_compatible_arch()
10778 Attributes_section_data* pasd, in set_secondary_compatible_arch() argument
10782 pasd->known_attributes(Object_attribute::OBJ_ATTR_PROC); in set_secondary_compatible_arch()
11110 const Attributes_section_data* pasd) in merge_object_attributes() argument
11113 if (pasd == NULL) in merge_object_attributes()
11120 this->attributes_section_data_ = new Attributes_section_data(*pasd); in merge_object_attributes()
[all …]
H A Dmips.cc9004 const Attributes_section_data* pasd = relobj->attributes_section_data(); in infer_abiflags() local
9009 if (pasd != NULL) in infer_abiflags()
9013 pasd->known_attributes(Object_attribute::OBJ_ATTR_GNU); in infer_abiflags()
9170 const Attributes_section_data* pasd) in merge_obj_attributes() argument
9173 if (pasd == NULL) in merge_obj_attributes()
9179 this->attributes_section_data_ = new Attributes_section_data(*pasd); in merge_obj_attributes()
9190 this->attributes_section_data_->merge(name.c_str(), pasd); in merge_obj_attributes()
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dattributes.cc393 const Attributes_section_data* pasd) in merge() argument
403 &pasd->known_attributes(vendor)[Object_attribute::Tag_compatibility]; in merge()
H A Dattributes.h365 merge(const char* name, const Attributes_section_data* pasd);