Home | History | Annotate | Download | only in gold

Lines Matching refs:r_sym_

1179 	  this->r_sym_ = Reloc_stub::invalid_index;
1185 this->r_sym_ = r_sym;
1201 { return this->r_sym_; }
1206 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; }
1211 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; }
1218 && (this->r_sym_ == k.r_sym_)
1219 && ((this->r_sym_ != Reloc_stub::invalid_index)
1230 (this->r_sym_ != Reloc_stub::invalid_index)
1237 ^ ((this->r_sym_ & 0x3fff) << 2)
1261 unsigned int r_sym_;
1262 // If r_sym_ is an invalid index, this points to a global symbol.