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.27/bfd/
Delfxx-mips.h144 extern bfd_vma _bfd_mips_elf_sign_extend
Delfxx-mips.c2356 _bfd_mips_elf_sign_extend (val, 16); in _bfd_mips_elf_gprel16_with_gp()
5017 _bfd_mips_elf_sign_extend (bfd_vma value, int bits) in _bfd_mips_elf_sign_extend() function
5735 addend = _bfd_mips_elf_sign_extend (addend, 16); in mips_elf_calculate_relocation()
5802 value = _bfd_mips_elf_sign_extend (addend, 26 + shift); in mips_elf_calculate_relocation()
5939 addend = _bfd_mips_elf_sign_extend (addend, 16); in mips_elf_calculate_relocation()
5998 addend = _bfd_mips_elf_sign_extend (addend, 18); in mips_elf_calculate_relocation()
6012 addend = _bfd_mips_elf_sign_extend (addend, 17); in mips_elf_calculate_relocation()
6027 addend = _bfd_mips_elf_sign_extend (addend, 23); in mips_elf_calculate_relocation()
6041 addend = _bfd_mips_elf_sign_extend (addend, 28); in mips_elf_calculate_relocation()
6055 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.