Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Doutput.h3036 relaxed_input_sections_by_id_() in Output_section_lookup_maps()
3054 this->relaxed_input_sections_by_id_.clear(); in clear()
3087 this->relaxed_input_sections_by_id_.find(Const_section_id(object, shndx)); in find_relaxed_input_section()
3088 return p != this->relaxed_input_sections_by_id_.end() ? p->second : NULL; in find_relaxed_input_section()
3101 this->relaxed_input_sections_by_id_.insert(value); in add_relaxed_input_section()
3120 Relaxed_input_sections_by_id relaxed_input_sections_by_id_; variable