Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-nios2.c5394 bfd_vma got_pcrel = got_address - (splt->output_section->vma in nios2_elf32_finish_dynamic_sections() local
5400 BFD_ASSERT ((got_pcrel & 0xf) == 0); in nios2_elf32_finish_dynamic_sections()
5402 nios2_elf32_install_imm16 (splt, 4, hiadj (got_pcrel)); in nios2_elf32_finish_dynamic_sections()
5403 nios2_elf32_install_imm16 (splt, 12, got_pcrel & 0xffff); in nios2_elf32_finish_dynamic_sections()
5404 nios2_elf32_install_imm16 (splt, 16, (got_pcrel + 4) & 0xffff); in nios2_elf32_finish_dynamic_sections()