Home
last modified time | relevance | path

Searched refs:gc_ (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dsymtab.h1446 { this->gc_ = gc; } in set_gc()
1450 { return this->gc_; } in gc()
2031 Garbage_collection* gc_; variable
Dsymtab.cc571 version_script_(version_script), gc_(NULL), icf_(NULL), in Symbol_table()
659 gold_assert(this->gc_!= NULL); in gc_mark_symbol()
661 this->gc_->worklist().push_back(Section_id(relobj, shndx)); in gc_mark_symbol()
DChangeLog-081515670 (Symbol_table::gc_): New data member.