Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
HDlayout.h552 typedef std::map<Const_section_id, Unique_segment_info*>
557 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
HDoutput.h3115 this->relaxed_input_sections_by_id_.find(Const_section_id(object, shndx)); in find_relaxed_input_section()
3125 Const_section_id csid(relobj, shndx); in add_relaxed_input_section()
3126 std::pair<Const_section_id, Output_relaxed_input_section*> in add_relaxed_input_section()
3139 typedef Unordered_map<Const_section_id, Output_relaxed_input_section*,
HDobject.h2984 typedef std::pair<const Relobj*, unsigned int> Const_section_id; typedef
2999 size_t operator()(const Const_section_id& loc) const in operator()
HDplugin.cc1899 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx); in unique_segment_for_sections()
HDlayout.cc1178 = this->section_segment_map_.find(Const_section_id(object, shndx)); in layout()
1274 Layout::insert_section_segment_map(Const_section_id secn, in insert_section_segment_map()
/dragonfly/contrib/binutils-2.34/gold/
HDlayout.h565 typedef std::map<Const_section_id, Unique_segment_info*>
570 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
HDoutput.h3115 this->relaxed_input_sections_by_id_.find(Const_section_id(object, shndx)); in find_relaxed_input_section()
3125 Const_section_id csid(relobj, shndx); in add_relaxed_input_section()
3126 std::pair<Const_section_id, Output_relaxed_input_section*> in add_relaxed_input_section()
3139 typedef Unordered_map<Const_section_id, Output_relaxed_input_section*,
HDobject.h3019 typedef std::pair<const Relobj*, unsigned int> Const_section_id; typedef
3034 size_t operator()(const Const_section_id& loc) const in operator()
HDplugin.cc2242 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx); in unique_segment_for_sections()
HDlayout.cc1211 = this->section_segment_map_.find(Const_section_id(object, shndx)); in layout()
1309 Layout::insert_section_segment_map(Const_section_id secn, in insert_section_segment_map()