Searched refs:r_sym_ (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | aarch64.cc | 1179 this->r_sym_ = Reloc_stub::invalid_index; in Key() 1185 this->r_sym_ = r_sym; in Key() 1201 { return this->r_sym_; } in r_sym() 1206 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; } in symbol() 1211 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; } in relobj() 1218 && (this->r_sym_ == k.r_sym_) in eq() 1219 && ((this->r_sym_ != Reloc_stub::invalid_index) in eq() 1230 (this->r_sym_ != Reloc_stub::invalid_index) in hash_value() 1237 ^ ((this->r_sym_ & 0x3fff) << 2) in hash_value() 1261 unsigned int r_sym_; member in __anon20db65070111::Reloc_stub::Key
|
D | arm.cc | 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 [all …]
|
D | powerpc.cc | 1222 r_type_(r_type), r_sym_(r_sym), addend_(addend) in Branch_info() 1241 unsigned int r_sym_; member in __anon0f0c9f3e0111::Target_powerpc::Branch_info 2617 Symbol* sym = this->object_->global_symbol(this->r_sym_); in make_stub() 2626 : this->object_->local_has_plt_offset(this->r_sym_)) in make_stub() 2654 this->object_, this->r_sym_, in make_stub() 2701 = this->object_->local_symbol(this->r_sym_); in make_stub() 2705 = this->object_->compute_final_local_value(this->r_sym_, psymval, in make_stub() 2712 to += this->object_->ppc64_local_entry_offset(this->r_sym_); in make_stub()
|
D | mips.cc | 1355 : object_(object), shndx_(shndx), r_sym_(0), gsym_(NULL), in Mips16_stub_section() 1381 { return this->r_sym_; } in r_sym() 1405 this->r_sym_ = r_sym; in new_local_reloc_found() 1410 this->r_sym_ = r_sym; in new_local_reloc_found() 1426 this->r_sym_ = 0; in new_global_reloc_found() 1436 { return this->r_sym_ != 0 || this->gsym_ != NULL; } in is_target_found() 1467 unsigned int r_sym_; member in __anona7e08b770111::Mips16_stub_section
|