Home | History | Annotate | Download | only in gold

Lines Matching refs:tlsdesc_reloc_info_

2804       tlsdesc_reloc_info_(), tls_base_symbol_defined_(false),
3021 this->tlsdesc_reloc_info_.push_back(Tlsdesc_info(object, r_sym));
3022 return this->tlsdesc_reloc_info_.size() - 1;
3404 std::vector<Tlsdesc_info> tlsdesc_reloc_info_;
5598 gold_assert(intarg < this->tlsdesc_reloc_info_.size());
5599 const Tlsdesc_info& ti(this->tlsdesc_reloc_info_[intarg]);