Searched refs:gotplt_hi (Results 1 – 1 of 1) sorted by relevance
16063 bfd_vma gotplt_hi; in _bfd_mips_elf_get_synthetic_symtab() local16088 gotplt_hi = bfd_get_16 (abfd, plt_data + plt_offset) & 0x7f; in _bfd_mips_elf_get_synthetic_symtab()16090 gotplt_hi = ((gotplt_hi ^ 0x40) - 0x40) << 18; in _bfd_mips_elf_get_synthetic_symtab()16092 gotplt_addr = gotplt_hi + gotplt_lo; in _bfd_mips_elf_get_synthetic_symtab()16102 gotplt_hi = bfd_get_16 (abfd, plt_data + plt_offset + 2) & 0xffff; in _bfd_mips_elf_get_synthetic_symtab()16104 gotplt_hi = ((gotplt_hi ^ 0x8000) - 0x8000) << 16; in _bfd_mips_elf_get_synthetic_symtab()16106 gotplt_addr = gotplt_hi + gotplt_lo; in _bfd_mips_elf_get_synthetic_symtab()16115 gotplt_hi = bfd_get_32 (abfd, plt_data + plt_offset) & 0xffff; in _bfd_mips_elf_get_synthetic_symtab()16117 gotplt_hi = ((gotplt_hi ^ 0x8000) - 0x8000) << 16; in _bfd_mips_elf_get_synthetic_symtab()16119 gotplt_addr = gotplt_hi + gotplt_lo; in _bfd_mips_elf_get_synthetic_symtab()