Searched refs:merge_sections_by_properties_ (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h3035 : is_valid_(true), merge_sections_by_properties_(),
3053 this->merge_sections_by_properties_.clear();
3066 this->merge_sections_by_properties_.find(msp);
3067 return p != this->merge_sections_by_properties_.end() ? p->second : NULL;
3077 this->merge_sections_by_properties_.insert(value);
3118 Merge_sections_by_properties merge_sections_by_properties_; member in class:gold::Output_section_lookup_maps
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.h3063 : is_valid_(true), merge_sections_by_properties_(),
3081 this->merge_sections_by_properties_.clear();
3094 this->merge_sections_by_properties_.find(msp);
3095 return p != this->merge_sections_by_properties_.end() ? p->second : NULL;
3105 this->merge_sections_by_properties_.insert(value);
3146 Merge_sections_by_properties merge_sections_by_properties_; member in class:gold::Output_section_lookup_maps
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h3035 : is_valid_(true), merge_sections_by_properties_(),
3053 this->merge_sections_by_properties_.clear();
3066 this->merge_sections_by_properties_.find(msp);
3067 return p != this->merge_sections_by_properties_.end() ? p->second : NULL;
3077 this->merge_sections_by_properties_.insert(value);
3118 Merge_sections_by_properties merge_sections_by_properties_; member in class:gold::Output_section_lookup_maps

Completed in 397 milliseconds