Home | History | Annotate | Download | only in gold

Lines Matching refs:r_sym_

1222 	r_type_(r_type), r_sym_(r_sym), addend_(addend)
1241 unsigned int r_sym_;
2617 Symbol* sym = this->object_->global_symbol(this->r_sym_);
2626 : this->object_->local_has_plt_offset(this->r_sym_))
2654 this->object_, this->r_sym_,
2701 = this->object_->local_symbol(this->r_sym_);
2705 = this->object_->compute_final_local_value(this->r_sym_, psymval,
2712 to += this->object_->ppc64_local_entry_offset(this->r_sym_);