Home
last modified time | relevance | path

Searched refs:rel_ (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Doutput.h1372 : rel_() in Output_reloc()
1380 : rel_(gsym, type, od, address, is_relative, is_symbolless, in Output_reloc()
1389 : rel_(gsym, type, relobj, shndx, address, is_relative, in Output_reloc()
1401 : rel_(relobj, local_sym_index, type, od, address, is_relative, in Output_reloc()
1412 : rel_(relobj, local_sym_index, type, shndx, address, is_relative, in Output_reloc()
1421 : rel_(os, type, od, address, is_relative), addend_(addend) in Output_reloc()
1428 : rel_(os, type, relobj, shndx, address, is_relative), addend_(addend) in Output_reloc()
1435 : rel_(type, od, address, is_relative), addend_(addend) in Output_reloc()
1441 : rel_(type, relobj, shndx, address, is_relative), addend_(addend) in Output_reloc()
1450 : rel_(type, arg, od, address), addend_(addend) in Output_reloc()
[all …]
Doutput.cc1215 this->rel_.write_rel(&orel); in write()
1217 if (this->rel_.is_target_specific()) in write()
1218 addend = parameters->target().reloc_addend(this->rel_.target_arg(), in write()
1219 this->rel_.type(), addend); in write()
1220 else if (this->rel_.is_symbolless()) in write()
1221 addend = this->rel_.symbol_value(addend); in write()
1222 else if (this->rel_.is_local_section_symbol()) in write()
1223 addend = this->rel_.local_section_offset(addend); in write()
1238 orel.put_r_data(this->rel_.get_address()); in write()
Di386.cc102 { return this->rel_; } in rel_plt()
231 Reloc_section* rel_; member in __anon686aaa6a0111::Output_data_plt_i386
1078 this->rel_ = new Reloc_section(false); in Output_data_plt_i386()
1080 elfcpp::SHF_ALLOC, this->rel_, in Output_data_plt_i386()
1133 this->rel_->add_global(gsym, elfcpp::R_386_JUMP_SLOT, this->got_plt_, in add_entry()
1189 == this->rel_->output_section()); in rel_tls_desc()
1210 == this->rel_->output_section()); in rel_irelative()
Dpowerpc.cc3313 rel_(plt_rel), in Output_data_plt_powerpc()
3332 return this->rel_; in rel_plt()
3380 Reloc_section* rel_; member in __anon34c063400111::Output_data_plt_powerpc
3401 this->rel_->add_global(gsym, dynrel, this, off, 0); in add_entry()
3420 this->rel_->add_symbolless_global_addend(gsym, dynrel, this, off, 0); in add_ifunc_entry()
3441 this->rel_->add_symbolless_local_addend(relobj, local_sym_index, dynrel, in add_local_ifunc_entry()
3634 rel_(brlt_rel), in Output_data_brlt_powerpc()
3642 this->rel_->reset_data_size(); in reset_brlt_sizes()
3649 this->rel_->finalize_data_size(); in finalize_brlt_sizes()
3655 { this->rel_->add_relative(elfcpp::R_POWERPC_RELATIVE, this, off, to); } in add_reloc()
[all …]
Dx86_64.cc166 { return this->rel_; } in rela_plt()
303 Reloc_section* rel_; member in __anon6477e68f0111::Output_data_plt_x86_64
1394 this->rel_ = new Reloc_section(false); in init()
1396 elfcpp::SHF_ALLOC, this->rel_, in init()
1533 this->rel_->add_global(gsym, elfcpp::R_X86_64_JUMP_SLOT, this->got_plt_, in add_relocation()
1552 == this->rel_->output_section()); in rela_tlsdesc()
1575 == this->rel_->output_section()); in rela_irelative()
Ds390.cc138 { return this->rel_; } in rela_plt()
231 Reloc_section* rel_; member in __anon6a3fd82f0111::Output_data_plt_s390
1021 this->rel_ = new Reloc_section(false); in init()
1023 elfcpp::SHF_ALLOC, this->rel_, in init()
1160 this->rel_->add_global(gsym, elfcpp::R_390_JMP_SLOT, this->got_plt_, in add_relocation()
1180 == this->rel_->output_section()); in rela_irelative()
Dtilegx.cc119 { return this->rel_; } in rela_plt()
197 Reloc_section* rel_; member in __anon1983a08d0111::Output_data_plt_tilegx
1988 this->rel_ = new Reloc_section(false); in init()
1990 elfcpp::SHF_ALLOC, this->rel_, in init()
2153 this->rel_->add_global(gsym, elfcpp::R_TILEGX_JMP_SLOT, this->got_plt_, in add_relocation()
2174 == this->rel_->output_section()); in rela_irelative()
Dsparc.cc1320 return this->rel_; in rel_plt()
1428 Reloc_section* rel_; member in __anon6bf031790111::Output_data_plt_sparc
1469 this->rel_ = new Reloc_section(false); in Output_data_plt_sparc()
1471 elfcpp::SHF_ALLOC, this->rel_, in Output_data_plt_sparc()
1516 this->rel_->add_global(gsym, elfcpp::R_SPARC_JMP_SLOT, this, in add_entry()
1604 == this->rel_->output_section()); in rela_ifunc()
Daarch64.cc4263 { return this->rel_; } in rela_plt()
4387 Reloc_section* rel_; member in __anon468f29090111::Output_data_plt_aarch64
4425 this->rel_ = new Reloc_section(false); in init()
4427 elfcpp::SHF_ALLOC, this->rel_, in init()
4532 this->rel_->add_global(gsym, elfcpp::R_AARCH64_JUMP_SLOT, this->got_plt_, in add_relocation()
4551 == this->rel_->output_section()); in rela_tlsdesc()
4574 == this->rel_->output_section()); in rela_irelative()
Darm.cc7492 { return this->rel_; } in rel_plt()
7582 Reloc_section* rel_; member in __anonf511bcc00111::Output_data_plt_arm
7616 this->rel_ = new Reloc_section(false); in Output_data_plt_arm()
7618 elfcpp::SHF_ALLOC, this->rel_, in Output_data_plt_arm()
7749 this->rel_->add_global(gsym, elfcpp::R_ARM_JUMP_SLOT, this->got_plt_, in add_relocation()
Dmips.cc2467 this->rel_ = new Reloc_section(false); in Mips_output_data_plt()
2469 elfcpp::SHF_ALLOC, this->rel_, in Mips_output_data_plt()
2480 { return this->rel_; } in rel_plt()
2641 Reloc_section* rel_; member in __anon1e60feb90111::Mips_output_data_plt
7337 this->rel_->add_global(gsym, elfcpp::R_MIPS_JUMP_SLOT, this->got_plt_, in add_entry()