Home | History | Annotate | Download | only in gold

Lines Matching refs:r_sym_

518 	  this->r_sym_ = Reloc_stub::invalid_index;
524 this->r_sym_ = r_sym;
543 { return this->r_sym_; }
548 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; }
553 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; }
560 && (this->r_sym_ == k.r_sym_)
561 && ((this->r_sym_ != Reloc_stub::invalid_index)
572 ^ this->r_sym_
574 (this->r_sym_ != Reloc_stub::invalid_index)
604 unsigned int r_sym_;
605 // If r_sym_ is an invalid index, this points to a global symbol.
4500 if (this->r_sym_ == invalid_index)
4522 this->u_.relobj, this->r_sym_, this->addend_);