Home
last modified time | relevance | path

Searched refs:Garbage_collection (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dgc.cc35 Garbage_collection::do_transitive_closure() in do_transitive_closure()
52 Garbage_collection::Section_ref::iterator find_it = in do_transitive_closure()
56 Garbage_collection::Sections_reachable v = find_it->second; in do_transitive_closure()
58 for (Garbage_collection::Sections_reachable::iterator it_v = v.begin(); in do_transitive_closure()
Dgc.h49 class Garbage_collection
61 Garbage_collection() in Garbage_collection() function
357 Garbage_collection::Cident_section_map::iterator ele = in gc_process_relocs()
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()
Dsymtab.h61 class Garbage_collection; variable
1378 set_gc(Garbage_collection* gc) in set_gc()
1381 Garbage_collection*
1948 Garbage_collection* gc_;
Dmain.cc210 Garbage_collection gc; in main()
DChangeLog40 * gc.h (Garbage_collection::add_reference): Don't use find.
10294 (Garbage_collection::Section_id_hash): Remove.
10461 * gc.h (Garbage_collection::add_reference): New method.
10462 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
10766 * gc.h (Garbage_collection::Cident_section_map): New typedef.
10767 (Garbage_collection::cident_sections): New function.
10768 (Garbage_collection::add_cident_section): New function.
10769 (Garbage_collection::cident_sections_): New member.
14203 * main.cc (main): Create object of class "Garbage_collection".