Searched refs:plt_got_pcrel_offset (Results 1 – 2 of 2) sorted by relevance
5649 bfd_vma plt_got_pcrel_offset; in elf_x86_64_finish_dynamic_symbol() local5753 plt_got_pcrel_offset = (gotplt->output_section->vma in elf_x86_64_finish_dynamic_symbol()5762 if ((plt_got_pcrel_offset + 0x80000000) > 0xffffffff) in elf_x86_64_finish_dynamic_symbol()5766 bfd_put_32 (output_bfd, plt_got_pcrel_offset, in elf_x86_64_finish_dynamic_symbol()
1693 uint64_t plt_got_pcrel_offset = (got_address + got_offset in do_fill_plt_entry() local1695 if (Bits<32>::has_overflow(plt_got_pcrel_offset)) in do_fill_plt_entry()1701 plt_got_pcrel_offset); in do_fill_plt_entry()