Home
last modified time | relevance | path

Searched refs:referenced_list (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dgc.cc43 if (this->referenced_list().find(entry) in do_transitive_closure()
44 == this->referenced_list().end()) in do_transitive_closure()
46 this->referenced_list().insert(entry); in do_transitive_closure()
63 if (this->referenced_list().find(*it_v) in do_transitive_closure()
64 == this->referenced_list().end()) in do_transitive_closure()
Dgc.h68 referenced_list() in referenced_list() function
92 { return (this->referenced_list().find(Section_id(obj, shndx)) in is_section_garbage()
93 == this->referenced_list().end()); } in is_section_garbage()