/toolchain/binutils/binutils-2.27/gold/ |
D | x86_64.cc | 222 typename elfcpp::Elf_types<size>::Elf_Addr got_address, in fill_first_plt_entry() argument 224 { this->do_fill_first_plt_entry(pov, got_address, plt_address); } in fill_first_plt_entry() 230 typename elfcpp::Elf_types<size>::Elf_Addr got_address, in fill_plt_entry() argument 236 return this->do_fill_plt_entry(pov, got_address, plt_address, in fill_plt_entry() 243 typename elfcpp::Elf_types<size>::Elf_Addr got_address, in fill_tlsdesc_entry() argument 249 this->do_fill_tlsdesc_entry(pov, got_address, plt_address, got_base, in fill_tlsdesc_entry() 264 typename elfcpp::Elf_types<size>::Elf_Addr got_address, 272 typename elfcpp::Elf_types<size>::Elf_Addr got_address, 372 typename elfcpp::Elf_types<size>::Elf_Addr got_address, 380 typename elfcpp::Elf_types<size>::Elf_Addr got_address, [all …]
|
D | i386.cc | 150 elfcpp::Elf_types<32>::Elf_Addr got_address) in fill_first_plt_entry() argument 151 { this->do_fill_first_plt_entry(pov, got_address); } in fill_first_plt_entry() 161 elfcpp::Elf_types<32>::Elf_Addr got_address, in fill_plt_entry() argument 166 return this->do_fill_plt_entry(pov, got_address, got_offset, in fill_plt_entry() 175 elfcpp::Elf_types<32>::Elf_Addr got_address) = 0; 179 elfcpp::Elf_types<32>::Elf_Addr got_address, 301 elfcpp::Elf_types<32>::Elf_Addr got_address); 305 elfcpp::Elf_types<32>::Elf_Addr got_address, 1271 elfcpp::Elf_types<32>::Elf_Addr got_address) in do_fill_first_plt_entry() argument 1274 elfcpp::Swap_unaligned<32, false>::writeval(pov + 2, got_address + 4); in do_fill_first_plt_entry() [all …]
|
D | s390.cc | 197 typename elfcpp::Elf_types<size>::Elf_Addr got_address, 204 typename elfcpp::Elf_types<size>::Elf_Addr got_address, 646 got_address() const in got_address() function in __anon6a3fd82f0111::Target_s390 656 return this->got_->address() - this->got_address(); in got_main_offset() 1287 typename elfcpp::Elf_types<size>::Elf_Addr got_address, in fill_first_plt_entry() argument 1293 S390_relocate_functions<size>::pcrela32dbl(pov + 8, got_address, (plt_address + 6)); in fill_first_plt_entry() 1298 elfcpp::Swap<32, true>::writeval(pov + 24, got_address); in fill_first_plt_entry() 1397 typename elfcpp::Elf_types<size>::Elf_Addr got_address, in fill_plt_entry() argument 1406 …S390_relocate_functions<size>::pcrela32dbl(pov + 2, got_address + got_offset, plt_address + plt_of… in fill_plt_entry() 1414 elfcpp::Swap<32, true>::writeval(pov + 24, got_address + got_offset); in fill_plt_entry() [all …]
|
D | aarch64.cc | 4311 Address got_address, in fill_first_plt_entry() argument 4313 { this->do_fill_first_plt_entry(pov, got_address, plt_address); } in fill_first_plt_entry() 4318 Address got_address, in fill_plt_entry() argument 4323 this->do_fill_plt_entry(pov, got_address, plt_address, in fill_plt_entry() 4356 Address got_address, 4678 Address got_address, 4683 Address got_address, 4829 Address got_address, in do_fill_first_plt_entry() argument 4843 Address gotplt_2nd_ent = got_address + (size / 8) * 2; in do_fill_first_plt_entry() 4872 Address got_address, in do_fill_plt_entry() argument [all …]
|
D | sparc.cc | 206 got_address() const in got_address() function in __anon6bf031790111::Target_sparc 3353 got_offset = psymval->value(object, addend) - target->got_address(); in relocate()
|
D | tilegx.cc | 2476 typename elfcpp::Elf_types<size>::Elf_Addr got_address = in do_write() local 2503 this->fill_plt_entry(pov, got_address, got_offset, in do_write()
|
D | ChangeLog-0815 | 2083 (Output_data_plt_aarch64::do_write): Replace got_address with 5276 * sparc.cc (Target_sparc::got_address): New function.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-nios2.c | 5145 bfd_vma got_address; in nios2_elf32_finish_dynamic_symbol() local 5168 got_address = (sgotplt->output_section->vma + sgotplt->output_offset in nios2_elf32_finish_dynamic_symbol() 5184 got_address = (sgotplt->output_section->vma + sgotplt->output_offset in nios2_elf32_finish_dynamic_symbol() 5186 nios2_elf32_install_imm16 (splt, h->plt.offset, hiadj(got_address)); in nios2_elf32_finish_dynamic_symbol() 5188 got_address & 0xffff); in nios2_elf32_finish_dynamic_symbol() 5197 rela.r_offset = got_address; in nios2_elf32_finish_dynamic_symbol() 5390 bfd_vma got_address = (sgotplt->output_section->vma in nios2_elf32_finish_dynamic_sections() local 5394 bfd_vma got_pcrel = got_address - (splt->output_section->vma in nios2_elf32_finish_dynamic_sections() 5422 BFD_ASSERT ((got_address & 0xf) == 0); in nios2_elf32_finish_dynamic_sections() 5429 hiadj (got_address)); in nios2_elf32_finish_dynamic_sections() [all …]
|
D | elfxx-mips.c | 3457 bfd_vma got_address, got_value; in mips_elf_gotplt_index() local 3467 got_address = (htab->sgotplt->output_section->vma in mips_elf_gotplt_index() 3477 return got_address - got_value; in mips_elf_gotplt_index() 3765 bfd_vma got_address; in mips_elf_create_local_got_entry() local 3768 got_address = (htab->sgot->output_section->vma in mips_elf_create_local_got_entry() 3773 outrel.r_offset = got_address; in mips_elf_create_local_got_entry() 10548 bfd_vma header_address, got_address; in _bfd_mips_elf_finish_dynamic_symbol() local 10567 got_address = (htab->sgotplt->output_section->vma in _bfd_mips_elf_finish_dynamic_symbol() 10571 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff; in _bfd_mips_elf_finish_dynamic_symbol() 10572 got_address_low = got_address & 0xffff; in _bfd_mips_elf_finish_dynamic_symbol() [all …]
|