Home
last modified time | relevance | path

Searched refs:max_branch_offset (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-hppa.c3185 bfd_vma max_branch_offset = 0; in elf_hppa_final_link_relocate() local
3267 max_branch_offset = (1 << (22-1)) << 2; in elf_hppa_final_link_relocate()
3269 max_branch_offset = (1 << (17-1)) << 2; in elf_hppa_final_link_relocate()
3271 max_branch_offset = (1 << (12-1)) << 2; in elf_hppa_final_link_relocate()
3274 if (max_branch_offset != 0 in elf_hppa_final_link_relocate()
3275 && value + addend + max_branch_offset >= 2*max_branch_offset) in elf_hppa_final_link_relocate()
Delf32-metag.c3583 bfd_vma max_branch_offset; in metag_type_of_stub() local
3599 max_branch_offset = (1 << (BRANCH_BITS-1)) << 2; in metag_type_of_stub()
3601 if (branch_offset + max_branch_offset >= 2*max_branch_offset) in metag_type_of_stub()
Delf32-ppc.c6792 bfd_vma max_branch_offset, val; in ppc_elf_relax_section() local
6804 max_branch_offset = 1 << 25; in ppc_elf_relax_section()
6810 max_branch_offset = 1 << 15; in ppc_elf_relax_section()
7045 if (symaddr - reladdr + max_branch_offset in ppc_elf_relax_section()
7046 < 2 * max_branch_offset) in ppc_elf_relax_section()
7061 if (val >= max_branch_offset) in ppc_elf_relax_section()
7108 if (val >= max_branch_offset) in ppc_elf_relax_section()
Delf64-ppc.c10072 bfd_vma max_branch_offset; in ppc_type_of_stub() local
10132 max_branch_offset = 1 << 25; in ppc_type_of_stub()
10134 max_branch_offset = 1 << 15; in ppc_type_of_stub()
10136 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off) in ppc_type_of_stub()
/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc2660 Address max_branch_offset = max_branch_delta(this->r_type_); in make_stub() local
2661 if (max_branch_offset == 0) in make_stub()
2726 if (delta + max_branch_offset >= 2 * max_branch_offset) in make_stub()
3629 Address max_branch_offset = max_branch_delta(r_type); in can_reach_stub() local
3630 if (max_branch_offset == 0) in can_reach_stub()
3634 return loc - from + max_branch_offset < 2 * max_branch_offset; in can_reach_stub()
7236 Address max_branch_offset = max_branch_delta(r_type); in relocate() local
7237 if (max_branch_offset != 0 in relocate()
7238 && value - address + max_branch_offset >= 2 * max_branch_offset) in relocate()