Searched refs:Sections_reachable (Results 1 – 2 of 2) sorted by relevance
49 typedef Unordered_set<Section_id, Section_id_hash> Sections_reachable; typedef50 typedef std::map<Section_id, Sections_reachable> Section_ref;55 typedef std::map<std::string, Sections_reachable> Cident_section_map;63 Sections_reachable&108 Sections_reachable& reachable = this->section_reloc_map_[src_id]; in add_reference()117 Sections_reachable referenced_list_;362 Garbage_collection::Sections_reachable& in gc_process_relocs()364 Garbage_collection::Sections_reachable& cident_secn(ele->second); in gc_process_relocs()365 for (Garbage_collection::Sections_reachable::iterator it_v in gc_process_relocs()
49 const Garbage_collection::Sections_reachable &v = find_it->second; in do_transitive_closure()51 for (Garbage_collection::Sections_reachable::const_iterator it_v = in do_transitive_closure()