Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dmips.cc6426 Mips_address gotpc_offset = gotplt_addr - ((plt_address | 3) ^ 3); in do_write() local
6429 if (gotpc_offset + 0x1000000 >= 0x2000000) in do_write()
6432 "ADDIUPC"), (long)gotpc_offset); in do_write()
6437 plt0_entry[0] | ((gotpc_offset >> 18) & 0x7f)); in do_write()
6439 (gotpc_offset >> 2) & 0xffff); in do_write()
6586 int gotpc_offset = gotplt_entry_addr - ((loc_address | 3) ^ 3); in do_write() local
6589 if (gotpc_offset + 0x1000000 >= 0x2000000) in do_write()
6592 "range of ADDIUPC"), (long)gotpc_offset); in do_write()
6597 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f)); in do_write()
6599 pov2 + 2, (gotpc_offset >> 2) & 0xffff); in do_write()
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c10632 bfd_signed_vma gotpc_offset; in _bfd_mips_elf_finish_dynamic_symbol() local
10639 gotpc_offset = got_address - ((loc_address | 3) ^ 3); in _bfd_mips_elf_finish_dynamic_symbol()
10642 if (gotpc_offset + 0x1000000 >= 0x2000000) in _bfd_mips_elf_finish_dynamic_symbol()
10650 (long) gotpc_offset); in _bfd_mips_elf_finish_dynamic_symbol()
10655 plt_entry[0] | ((gotpc_offset >> 18) & 0x7f), loc); in _bfd_mips_elf_finish_dynamic_symbol()
10656 bfd_put_16 (output_bfd, (gotpc_offset >> 2) & 0xffff, loc + 2); in _bfd_mips_elf_finish_dynamic_symbol()
11195 bfd_vma gotpc_offset; in mips_finish_exec_plt() local
11203 gotpc_offset = gotplt_value - ((loc_address | 3) ^ 3); in mips_finish_exec_plt()
11206 if (gotpc_offset + 0x1000000 >= 0x2000000) in mips_finish_exec_plt()
11213 (long) gotpc_offset); in mips_finish_exec_plt()
[all …]