HomeSort by relevance Sort by last modified time
    Searched refs:Sections_reachable (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
gc.cc 49 const Garbage_collection::Sections_reachable &v = find_it->second;
51 for (Garbage_collection::Sections_reachable::const_iterator it_v =
gc.h 49 typedef Unordered_set<Section_id, Section_id_hash> Sections_reachable;
50 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];
117 Sections_reachable referenced_list_;
356 Garbage_collection::Sections_reachable&
358 Garbage_collection::Sections_reachable& cident_secn(ele->second);
359 for (Garbage_collection::Sections_reachable::iterator it_v

Completed in 50 milliseconds