Searched refs:max_branch_offset (Results 1 – 5 of 5) sorted by relevance
3185 bfd_vma max_branch_offset = 0; in elf_hppa_final_link_relocate() local3267 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()
3583 bfd_vma max_branch_offset; in metag_type_of_stub() local3599 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()
6792 bfd_vma max_branch_offset, val; in ppc_elf_relax_section() local6804 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()
10072 bfd_vma max_branch_offset; in ppc_type_of_stub() local10132 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()
2660 Address max_branch_offset = max_branch_delta(this->r_type_); in make_stub() local2661 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() local3630 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() local7237 if (max_branch_offset != 0 in relocate()7238 && value - address + max_branch_offset >= 2 * max_branch_offset) in relocate()