Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dsymtab.h1379 { this->gc_ = gc; } in set_gc()
1383 { return this->gc_; } in gc()
1948 Garbage_collection* gc_; variable
Dsymtab.cc568 version_script_(version_script), gc_(NULL), icf_(NULL) in Symbol_table()
655 gold_assert(this->gc_!= NULL); in gc_mark_symbol()
656 this->gc_->worklist().push(Section_id(sym->object(), shndx)); in gc_mark_symbol()
DChangeLog14253 (Symbol_table::gc_): New data member.