Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.h142 extern bfd_vma _bfd_mips_elf_sign_extend
Delfxx-mips.c2350 _bfd_mips_elf_sign_extend (val, 16); in _bfd_mips_elf_gprel16_with_gp()
5008 _bfd_mips_elf_sign_extend (bfd_vma value, int bits) in _bfd_mips_elf_sign_extend() function
5726 addend = _bfd_mips_elf_sign_extend (addend, 16); in mips_elf_calculate_relocation()
5800 value = _bfd_mips_elf_sign_extend (addend, 26 + shift); in mips_elf_calculate_relocation()
5930 addend = _bfd_mips_elf_sign_extend (addend, 16); in mips_elf_calculate_relocation()
5989 addend = _bfd_mips_elf_sign_extend (addend, 18); in mips_elf_calculate_relocation()
6003 addend = _bfd_mips_elf_sign_extend (addend, 23); in mips_elf_calculate_relocation()
6017 addend = _bfd_mips_elf_sign_extend (addend, 28); in mips_elf_calculate_relocation()
6031 addend = _bfd_mips_elf_sign_extend (addend, 21); in mips_elf_calculate_relocation()
6045 addend = _bfd_mips_elf_sign_extend (addend, 21); in mips_elf_calculate_relocation()
[all …]
DChangeLog-02032805 (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
2807 (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
2811 (_bfd_mips_elf_sign_extend): New prototype.