Searched refs:gotplt_hi (Results 1 – 1 of 1) sorted by relevance
16014 bfd_vma gotplt_hi; in _bfd_mips_elf_get_synthetic_symtab() local16039 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()