Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dgc.cc43 if (!this->referenced_list().insert(entry).second) in do_transitive_closure()
57 if (this->referenced_list().find(*it_v) in do_transitive_closure()
58 == this->referenced_list().end()) in do_transitive_closure()
Dgc.h64 referenced_list() in referenced_list() function
88 { return (this->referenced_list().find(Section_id(obj, shndx)) in is_section_garbage()
89 == this->referenced_list().end()); } in is_section_garbage()