Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dlayout.h552 typedef std::map<Const_section_id, Unique_segment_info*>
557 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s);
Doutput.h3449 this->relaxed_input_sections_by_id_.find(Const_section_id(object, shndx)); in find_relaxed_input_section()
3459 Const_section_id csid(relobj, shndx); in add_relaxed_input_section()
3460 std::pair<Const_section_id, Output_relaxed_input_section*> in add_relaxed_input_section()
3473 typedef Unordered_map<Const_section_id, Output_relaxed_input_section*,
Dobject.h2991 typedef std::pair<const Relobj*, unsigned int> Const_section_id; typedef
3006 size_t operator()(const Const_section_id& loc) const in operator()
Dplugin.cc1908 Const_section_id secn_id(static_cast<Relobj*>(obj), shndx); in unique_segment_for_sections()
Dlayout.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()
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.