Searched refs:Const_section_id (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | layout.h | 570 typedef std::map<Const_section_id, Unique_segment_info*> 575 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
|
H A D | output.h | 3087 this->relaxed_input_sections_by_id_.find(Const_section_id(object, shndx)); in find_relaxed_input_section() 3097 Const_section_id csid(relobj, shndx); in add_relaxed_input_section() 3098 std::pair<Const_section_id, Output_relaxed_input_section*> in add_relaxed_input_section() 3111 typedef Unordered_map<Const_section_id, Output_relaxed_input_section*,
|
H A D | object.h | 3050 typedef std::pair<const Relobj*, unsigned int> Const_section_id; typedef 3065 size_t operator()(const Const_section_id& loc) const in operator()
|
H A D | plugin.cc | 2242 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx); in unique_segment_for_sections()
|
H A D | layout.cc | 1215 = 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()
|
H A D | ChangeLog-0815 | 945 (Const_section_id): Likewise. 11715 * object.h (Section_id, Const_section_id, Section_id_hash, 11718 use Const_section_id instead of Input_section_specifier as key type. 11725 to use Const_section_id instead of Input_section_specifier as key type. 11730 key type to Const_section_id.
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | layout.h | 570 typedef std::map<Const_section_id, Unique_segment_info*> 575 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
|
H A D | output.h | 3087 this->relaxed_input_sections_by_id_.find(Const_section_id(object, shndx)); in find_relaxed_input_section() 3097 Const_section_id csid(relobj, shndx); in add_relaxed_input_section() 3098 std::pair<Const_section_id, Output_relaxed_input_section*> in add_relaxed_input_section() 3111 typedef Unordered_map<Const_section_id, Output_relaxed_input_section*,
|
H A D | object.h | 3050 typedef std::pair<const Relobj*, unsigned int> Const_section_id; typedef 3065 size_t operator()(const Const_section_id& loc) const in operator()
|
H A D | plugin.cc | 2242 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx); in unique_segment_for_sections()
|
H A D | layout.cc | 1218 = this->section_segment_map_.find(Const_section_id(object, shndx)); in layout() 1312 Layout::insert_section_segment_map(Const_section_id secn, in insert_section_segment_map()
|
H A D | ChangeLog-0815 | 945 (Const_section_id): Likewise. 11715 * object.h (Section_id, Const_section_id, Section_id_hash, 11718 use Const_section_id instead of Input_section_specifier as key type. 11725 to use Const_section_id instead of Input_section_specifier as key type. 11730 key type to Const_section_id.
|