Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-x86-64.c5649 bfd_vma plt_got_pcrel_offset; in elf_x86_64_finish_dynamic_symbol() local
5753 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()
/toolchain/binutils/binutils-2.27/gold/
Dx86_64.cc1693 uint64_t plt_got_pcrel_offset = (got_address + got_offset in do_fill_plt_entry() local
1695 if (Bits<32>::has_overflow(plt_got_pcrel_offset)) in do_fill_plt_entry()
1701 plt_got_pcrel_offset); in do_fill_plt_entry()