Home | History | Annotate | Download | only in gold

Lines Matching refs:sd_

360 	      this->member_->sd_ = NULL;
415 this->member_->sd_ = sd;
599 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_);
606 gold_assert(this->sd_ != NULL);
607 delete this->sd_;
608 this->sd_ = NULL;
634 this->object_->layout(this->symtab_, this->layout_, this->sd_);
635 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_);
637 delete this->sd_;
638 this->sd_ = NULL;