Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c10549 bfd_vma got_address_high, got_address_low, load; in _bfd_mips_elf_finish_dynamic_symbol() local
10571 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff; in _bfd_mips_elf_finish_dynamic_symbol()
10604 bfd_put_32 (output_bfd, plt_entry[0] | got_address_high, loc); in _bfd_mips_elf_finish_dynamic_symbol()
10652 bfd_put_16 (output_bfd, got_address_high, loc + 2); in _bfd_mips_elf_finish_dynamic_symbol()
11081 bfd_vma got_address_high, got_address_low; in _bfd_mips_vxworks_finish_dynamic_symbol() local
11084 got_address_high = ((got_address + 0x8000) >> 16) & 0xffff; in _bfd_mips_vxworks_finish_dynamic_symbol()
11089 bfd_put_32 (output_bfd, plt_entry[2] | got_address_high, loc + 8); in _bfd_mips_vxworks_finish_dynamic_symbol()