Home
last modified time | relevance | path

Searched refs:Section_id (Results 1 – 25 of 73) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/gold/
H A Dicf.h42 typedef std::vector<Section_id> Sections_reachable_info;
47 typedef Unordered_map<Section_id,
50 typedef Unordered_set<Section_id, Section_id_hash> Secn_fptr_taken_set;
64 typedef Unordered_map<Section_id, Reloc_info,
73 Section_id section;
78 typedef std::multimap<Section_id, Extra_identity_info> Extra_identity_list;
89 Section_id
123 return (this->fptr_section_id_.find(Section_id(obj, shndx)) in section_has_function_pointers()
132 this->fptr_section_id_.insert(Section_id(obj, shndx)); in set_section_has_function_pointers()
171 std::vector<Section_id> id_section_;
H A Dgc.h50 typedef std::map<Section_id, Sections_reachable> Section_ref;
51 typedef std::vector<Section_id> Worklist_type;
97 Section_id secn) in add_cident_section()
106 Section_id src_id(src_object, src_shndx); in add_reference()
107 Section_id dst_id(dst_object, dst_shndx); in add_reference()
207 Section_id src_id(src_obj, src_indx); in gc_process_relocs()
248 (*secvec).push_back(Section_id(src_obj, dst_indx)); in gc_process_relocs()
250 (*secvec).push_back(Section_id(NULL, 0)); in gc_process_relocs()
330 (*secvec).push_back(Section_id(dst_obj, dst_indx)); in gc_process_relocs()
332 (*secvec).push_back(Section_id(NULL, 0)); in gc_process_relocs()
[all …]
H A Dicf.cc203 Section_id secn = id_section[i]; in preprocess_for_unique_sections()
304 const Section_id& secn, in get_section_contents()
305 const Section_id& self_secn, in get_section_contents()
678 const std::vector<Section_id>& id_section, in match_sections()
705 Section_id secn = id_section[i]; in match_sections()
999 this->id_section_.push_back(Section_id(*p, i)); in find_identical_sections()
1019 Section_id sect(*p, *it_eh_ind); in find_identical_sections()
1097 Section_id secn(obj, shndx); in unfold_section()
1114 Section_id secn(obj, shndx); in is_section_folded()
1125 Section_id
[all …]
H A Dgc.cc41 Section_id entry = this->worklist().back(); in do_transitive_closure()
H A Dmerge.h221 typedef Unordered_set<Section_id, Section_id_hash> Input_sections;
H A Dlayout.h543 std::map<Section_id, unsigned int>*
1501 std::map<Section_id, unsigned int> section_order_map_;
/netbsd/external/gpl3/binutils/dist/gold/
H A Dicf.h42 typedef std::vector<Section_id> Sections_reachable_info;
47 typedef Unordered_map<Section_id,
50 typedef Unordered_set<Section_id, Section_id_hash> Secn_fptr_taken_set;
64 typedef Unordered_map<Section_id, Reloc_info,
73 Section_id section;
78 typedef std::multimap<Section_id, Extra_identity_info> Extra_identity_list;
89 Section_id
123 return (this->fptr_section_id_.find(Section_id(obj, shndx)) in section_has_function_pointers()
132 this->fptr_section_id_.insert(Section_id(obj, shndx)); in set_section_has_function_pointers()
171 std::vector<Section_id> id_section_;
H A Dgc.h50 typedef std::map<Section_id, Sections_reachable> Section_ref;
51 typedef std::vector<Section_id> Worklist_type;
88 { return (this->referenced_list().find(Section_id(obj, shndx)) in is_section_garbage()
97 Section_id secn) in add_cident_section()
106 Section_id src_id(src_object, src_shndx); in add_reference()
107 Section_id dst_id(dst_object, dst_shndx); in add_reference()
207 Section_id src_id(src_obj, src_indx); in gc_process_relocs()
248 (*secvec).push_back(Section_id(src_obj, dst_indx)); in gc_process_relocs()
250 (*secvec).push_back(Section_id(static_cast<Relobj*>(NULL), 0)); in gc_process_relocs()
330 (*secvec).push_back(Section_id(dst_obj, dst_indx)); in gc_process_relocs()
[all …]
H A Dicf.cc203 Section_id secn = id_section[i]; in preprocess_for_unique_sections()
304 const Section_id& secn, in get_section_contents()
305 const Section_id& self_secn, in get_section_contents()
678 const std::vector<Section_id>& id_section, in match_sections()
705 Section_id secn = id_section[i]; in match_sections()
1001 this->id_section_.push_back(Section_id(*p, i)); in find_identical_sections()
1021 Section_id sect(*p, *it_eh_ind); in find_identical_sections()
1099 Section_id secn(obj, shndx); in unfold_section()
1116 Section_id secn(obj, shndx); in is_section_folded()
1127 Section_id
[all …]
H A Dgc.cc41 Section_id entry = this->worklist().back(); in do_transitive_closure()
H A DChangeLog47 * gc.h (gc_process_relocs): Use static_cast in Section_id constructor.
66 * gc.h (gc_process_relocs): Use cast in Section_id constructor.
71 * gc.h (gc_process_relocs): Use nullptr in Section_id constructor.
H A Dmerge.h221 typedef Unordered_set<Section_id, Section_id_hash> Input_sections;
H A Dlayout.h548 std::map<Section_id, unsigned int>*
1506 std::map<Section_id, unsigned int> section_order_map_;
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dicf.h42 typedef std::vector<Section_id> Sections_reachable_info;
47 typedef Unordered_map<Section_id,
50 typedef Unordered_set<Section_id, Section_id_hash> Secn_fptr_taken_set;
64 typedef Unordered_map<Section_id, Reloc_info,
73 Section_id section;
78 typedef std::multimap<Section_id, Extra_identity_info> Extra_identity_list;
89 Section_id
123 return (this->fptr_section_id_.find(Section_id(obj, shndx)) in section_has_function_pointers()
132 this->fptr_section_id_.insert(Section_id(obj, shndx)); in set_section_has_function_pointers()
171 std::vector<Section_id> id_section_;
H A Dgc.h50 typedef std::map<Section_id, Sections_reachable> Section_ref;
51 typedef std::vector<Section_id> Worklist_type;
97 Section_id secn) in add_cident_section()
106 Section_id src_id(src_object, src_shndx); in add_reference()
107 Section_id dst_id(dst_object, dst_shndx); in add_reference()
207 Section_id src_id(src_obj, src_indx); in gc_process_relocs()
248 (*secvec).push_back(Section_id(src_obj, dst_indx)); in gc_process_relocs()
250 (*secvec).push_back(Section_id(NULL, 0)); in gc_process_relocs()
330 (*secvec).push_back(Section_id(dst_obj, dst_indx)); in gc_process_relocs()
332 (*secvec).push_back(Section_id(NULL, 0)); in gc_process_relocs()
[all …]
H A Dicf.cc203 Section_id secn = id_section[i]; in preprocess_for_unique_sections()
304 const Section_id& secn, in get_section_contents()
305 const Section_id& self_secn, in get_section_contents()
678 const std::vector<Section_id>& id_section, in match_sections()
705 Section_id secn = id_section[i]; in match_sections()
999 this->id_section_.push_back(Section_id(*p, i)); in find_identical_sections()
1019 Section_id sect(*p, *it_eh_ind); in find_identical_sections()
1097 Section_id secn(obj, shndx); in unfold_section()
1114 Section_id secn(obj, shndx); in is_section_folded()
1125 Section_id
[all …]
H A Dgc.cc41 Section_id entry = this->worklist().back(); in do_transitive_closure()
H A Dmerge.h221 typedef Unordered_set<Section_id, Section_id_hash> Input_sections;
H A Dlayout.h543 std::map<Section_id, unsigned int>*
1501 std::map<Section_id, unsigned int> section_order_map_;
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dicf.h42 typedef std::vector<Section_id> Sections_reachable_info;
47 typedef Unordered_map<Section_id,
50 typedef Unordered_set<Section_id, Section_id_hash> Secn_fptr_taken_set;
64 typedef Unordered_map<Section_id, Reloc_info,
73 Section_id section;
78 typedef std::multimap<Section_id, Extra_identity_info> Extra_identity_list;
89 Section_id
123 return (this->fptr_section_id_.find(Section_id(obj, shndx)) in section_has_function_pointers()
132 this->fptr_section_id_.insert(Section_id(obj, shndx)); in set_section_has_function_pointers()
171 std::vector<Section_id> id_section_;
H A Dgc.h50 typedef std::map<Section_id, Sections_reachable> Section_ref;
51 typedef std::vector<Section_id> Worklist_type;
97 Section_id secn) in add_cident_section()
106 Section_id src_id(src_object, src_shndx); in add_reference()
107 Section_id dst_id(dst_object, dst_shndx); in add_reference()
207 Section_id src_id(src_obj, src_indx); in gc_process_relocs()
248 (*secvec).push_back(Section_id(src_obj, dst_indx)); in gc_process_relocs()
250 (*secvec).push_back(Section_id(NULL, 0)); in gc_process_relocs()
330 (*secvec).push_back(Section_id(dst_obj, dst_indx)); in gc_process_relocs()
332 (*secvec).push_back(Section_id(NULL, 0)); in gc_process_relocs()
[all …]
H A Dicf.cc203 Section_id secn = id_section[i]; in preprocess_for_unique_sections()
304 const Section_id& secn, in get_section_contents()
305 const Section_id& self_secn, in get_section_contents()
678 const std::vector<Section_id>& id_section, in match_sections()
705 Section_id secn = id_section[i]; in match_sections()
999 this->id_section_.push_back(Section_id(*p, i)); in find_identical_sections()
1019 Section_id sect(*p, *it_eh_ind); in find_identical_sections()
1097 Section_id secn(obj, shndx); in unfold_section()
1114 Section_id secn(obj, shndx); in is_section_folded()
1125 Section_id
[all …]
H A Dgc.cc41 Section_id entry = this->worklist().back(); in do_transitive_closure()
H A Dmerge.h221 typedef Unordered_set<Section_id, Section_id_hash> Input_sections;
H A Dlayout.h543 std::map<Section_id, unsigned int>*
1501 std::map<Section_id, unsigned int> section_order_map_;

123