Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c16014 bfd_vma gotplt_hi; in _bfd_mips_elf_get_synthetic_symtab() local
16039 gotplt_hi = bfd_get_16 (abfd, plt_data + plt_offset) & 0x7f; in _bfd_mips_elf_get_synthetic_symtab()
16041 gotplt_hi = ((gotplt_hi ^ 0x40) - 0x40) << 18; in _bfd_mips_elf_get_synthetic_symtab()
16043 gotplt_addr = gotplt_hi + gotplt_lo; in _bfd_mips_elf_get_synthetic_symtab()
16053 gotplt_hi = bfd_get_16 (abfd, plt_data + plt_offset + 2) & 0xffff; in _bfd_mips_elf_get_synthetic_symtab()
16055 gotplt_hi = ((gotplt_hi ^ 0x8000) - 0x8000) << 16; in _bfd_mips_elf_get_synthetic_symtab()
16057 gotplt_addr = gotplt_hi + gotplt_lo; in _bfd_mips_elf_get_synthetic_symtab()
16066 gotplt_hi = bfd_get_32 (abfd, plt_data + plt_offset) & 0xffff; in _bfd_mips_elf_get_synthetic_symtab()
16068 gotplt_hi = ((gotplt_hi ^ 0x8000) - 0x8000) << 16; in _bfd_mips_elf_get_synthetic_symtab()
16070 gotplt_addr = gotplt_hi + gotplt_lo; in _bfd_mips_elf_get_synthetic_symtab()