Home | History | Annotate | Download | only in gold

Lines Matching refs:tlsdesc_rel_

4080     : Output_section_data(addralign), tlsdesc_rel_(NULL), irelative_rel_(NULL),
4259 Reloc_section* tlsdesc_rel_;
4412 if (this->tlsdesc_rel_ == NULL)
4414 this->tlsdesc_rel_ = new Reloc_section(false);
4416 elfcpp::SHF_ALLOC, this->tlsdesc_rel_,
4418 gold_assert(this->tlsdesc_rel_->output_section()
4421 return this->tlsdesc_rel_;