Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c746 static bfd_vma mips_elf_high
3627 value = mips_elf_high (value) << 16; in mips_elf_got16_entry()
5049 mips_elf_high (bfd_vma value) in mips_elf_high() function
5822 value = (mips_elf_high (addend + symbol - dtprel_base (info)) in mips_elf_calculate_relocation()
5837 value = (mips_elf_high (addend + symbol - tprel_base (info)) in mips_elf_calculate_relocation()
5854 value = mips_elf_high (addend + symbol); in mips_elf_calculate_relocation()
5870 value = mips_elf_high (addend + gp - ((p + 4) & ~(bfd_vma) 0x3)); in mips_elf_calculate_relocation()
5875 value = mips_elf_high (addend + gp - p - 1); in mips_elf_calculate_relocation()
5877 value = mips_elf_high (addend + gp - p); in mips_elf_calculate_relocation()
6082 value = mips_elf_high (symbol + addend - p); in mips_elf_calculate_relocation()
[all …]
DChangeLog-9899936 (mips_elf_got16_entry): Use mips_elf_high to calculate the value
1772 (mips_elf_high): Likewise.