Lines Matching refs:r_sym_
518 this->r_sym_ = Reloc_stub::invalid_index; in Key()
524 this->r_sym_ = r_sym; in Key()
543 { return this->r_sym_; } in r_sym()
548 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; } in symbol()
553 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; } in relobj()
560 && (this->r_sym_ == k.r_sym_) in eq()
561 && ((this->r_sym_ != Reloc_stub::invalid_index) in eq()
572 ^ this->r_sym_ in hash_value()
574 (this->r_sym_ != Reloc_stub::invalid_index) in hash_value()
604 unsigned int r_sym_; member in __anon5653a9be0111::Reloc_stub::Key
4500 if (this->r_sym_ == invalid_index) in name()
4522 this->u_.relobj, this->r_sym_, this->addend_); in name()