Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dlayout.h570 typedef std::map<Const_section_id, Unique_segment_info*>
575 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
H A Doutput.h3087 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 Dobject.h3050 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 Dplugin.cc2242 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx); in unique_segment_for_sections()
H A Dlayout.cc1215 = 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 DChangeLog-0815945 (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 Dlayout.h570 typedef std::map<Const_section_id, Unique_segment_info*>
575 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
H A Doutput.h3087 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 Dobject.h3050 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 Dplugin.cc2242 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx); in unique_segment_for_sections()
H A Dlayout.cc1218 = 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 DChangeLog-0815945 (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.