Home
last modified time | relevance | path

Searched refs:gotpc_offset (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dmips.cc7443 Mips_address gotpc_offset = gotplt_addr - ((plt_address | 3) ^ 3); in do_write() local
7446 if (gotpc_offset + 0x1000000 >= 0x2000000) in do_write()
7449 "ADDIUPC"), (long)gotpc_offset); in do_write()
7454 plt0_entry[0] | ((gotpc_offset >> 18) & 0x7f)); in do_write()
7456 (gotpc_offset >> 2) & 0xffff); in do_write()
7606 int gotpc_offset = gotplt_entry_addr - ((loc_address | 3) ^ 3); in do_write() local
7609 if (gotpc_offset + 0x1000000 >= 0x2000000) in do_write()
7612 "range of ADDIUPC"), (long)gotpc_offset); in do_write()
7617 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f)); in do_write()
7619 pov2 + 2, (gotpc_offset >> 2) & 0xffff); in do_write()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c10663 bfd_signed_vma gotpc_offset; in _bfd_mips_elf_finish_dynamic_symbol() local
10670 gotpc_offset = got_address - ((loc_address | 3) ^ 3); in _bfd_mips_elf_finish_dynamic_symbol()
10673 if (gotpc_offset + 0x1000000 >= 0x2000000) in _bfd_mips_elf_finish_dynamic_symbol()
10681 (long) gotpc_offset); in _bfd_mips_elf_finish_dynamic_symbol()
10686 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f), loc); in _bfd_mips_elf_finish_dynamic_symbol()
10687 bfd_put_16 (output_bfd, (gotpc_offset >> 2) & 0xffff, loc + 2); in _bfd_mips_elf_finish_dynamic_symbol()
11225 bfd_vma gotpc_offset; in mips_finish_exec_plt() local
11233 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3); in mips_finish_exec_plt()
11236 if (gotpc_offset + 0x1000000 >= 0x2000000) in mips_finish_exec_plt()
11243 (long) gotpc_offset); in mips_finish_exec_plt()
[all …]