Searched refs:Const_section_id (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | layout.h | 552 typedef std::map<Const_section_id, Unique_segment_info*> 557 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
|
| HD | output.h | 3115 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*,
|
| HD | object.h | 2984 typedef std::pair<const Relobj*, unsigned int> Const_section_id; typedef 2999 size_t operator()(const Const_section_id& loc) const in operator()
|
| HD | plugin.cc | 1899 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx); in unique_segment_for_sections()
|
| HD | layout.cc | 1178 = 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/ |
| HD | layout.h | 565 typedef std::map<Const_section_id, Unique_segment_info*> 570 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
|
| HD | output.h | 3115 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*,
|
| HD | object.h | 3019 typedef std::pair<const Relobj*, unsigned int> Const_section_id; typedef 3034 size_t operator()(const Const_section_id& loc) const in operator()
|
| HD | plugin.cc | 2242 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx); in unique_segment_for_sections()
|
| HD | layout.cc | 1211 = 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()
|