Searched refs:max_branch_offset (Results 1 – 14 of 14) sorted by relevance
604 bfd_vma max_branch_offset; in hppa_type_of_stub() local636 max_branch_offset = (1 << (17 - 1)) << 2; in hppa_type_of_stub()639 max_branch_offset = (1 << (12 - 1)) << 2; in hppa_type_of_stub()642 max_branch_offset = (1 << (22 - 1)) << 2; in hppa_type_of_stub()644 if (branch_offset + max_branch_offset >= 2*max_branch_offset) in hppa_type_of_stub()3117 bfd_vma max_branch_offset = 0; in final_link_relocate() local3356 max_branch_offset = (1 << (17-1)) << 2; in final_link_relocate()3360 max_branch_offset = (1 << (12-1)) << 2; in final_link_relocate()3364 max_branch_offset = (1 << (22-1)) << 2; in final_link_relocate()3375 if (value + addend + max_branch_offset >= 2*max_branch_offset) in final_link_relocate()[all …]
3142 bfd_vma max_branch_offset = 0; in elf_hppa_final_link_relocate() local3224 max_branch_offset = (1 << (22-1)) << 2; in elf_hppa_final_link_relocate()3226 max_branch_offset = (1 << (17-1)) << 2; in elf_hppa_final_link_relocate()3228 max_branch_offset = (1 << (12-1)) << 2; in elf_hppa_final_link_relocate()3231 if (max_branch_offset != 0 in elf_hppa_final_link_relocate()3232 && value + addend + max_branch_offset >= 2*max_branch_offset) in elf_hppa_final_link_relocate()
3287 bfd_vma max_branch_offset; in metag_type_of_stub() local3303 max_branch_offset = (1 << (BRANCH_BITS-1)) << 2; in metag_type_of_stub()3305 if (branch_offset + max_branch_offset >= 2*max_branch_offset) in metag_type_of_stub()
6172 bfd_vma max_branch_offset = 0, val, reladdr; in ppc_elf_relax_section() local6186 max_branch_offset = 1 << 25; in ppc_elf_relax_section()6192 max_branch_offset = 1 << 15; in ppc_elf_relax_section()6427 < max_branch_offset - (max_branch_offset >> 4))) in ppc_elf_relax_section()6440 if (symaddr - reladdr + max_branch_offset in ppc_elf_relax_section()6441 < 2 * max_branch_offset) in ppc_elf_relax_section()6456 if (val >= max_branch_offset) in ppc_elf_relax_section()6503 if (val >= max_branch_offset) in ppc_elf_relax_section()
10679 bfd_vma max_branch_offset; in ppc_type_of_stub() local10739 max_branch_offset = 1 << 25; in ppc_type_of_stub()10743 max_branch_offset = 1 << 15; in ppc_type_of_stub()10745 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off) in ppc_type_of_stub()
6170 bfd_vma max_branch_offset = 0, val; in ppc_elf_relax_section() local6184 max_branch_offset = 1 << 25; in ppc_elf_relax_section()6190 max_branch_offset = 1 << 15; in ppc_elf_relax_section()6424 < max_branch_offset - (max_branch_offset >> 4))) in ppc_elf_relax_section()6438 if (symaddr - reladdr + max_branch_offset in ppc_elf_relax_section()6439 < 2 * max_branch_offset) in ppc_elf_relax_section()6454 if (val >= max_branch_offset) in ppc_elf_relax_section()6501 if (val >= max_branch_offset) in ppc_elf_relax_section()
10649 bfd_vma max_branch_offset; in ppc_type_of_stub() local10709 max_branch_offset = 1 << 25; in ppc_type_of_stub()10713 max_branch_offset = 1 << 15; in ppc_type_of_stub()10715 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off) in ppc_type_of_stub()
3581 Address max_branch_offset = max_branch_delta<size>(this->r_type_); in make_stub() local3582 if (max_branch_offset == 0) in make_stub()3655 if (delta + max_branch_offset >= 2 * max_branch_offset in make_stub()4913 Address max_branch_offset = max_branch_delta<size>(r_type); in can_reach_stub() local4914 if (max_branch_offset == 0) in can_reach_stub()4918 return loc - from + max_branch_offset < 2 * max_branch_offset; in can_reach_stub()
1723 max_branch_offset an "Address".1724 (Stub_table::can_reach_stub): Make max_branch_offset an "Address".
3557 Address max_branch_offset = max_branch_delta<size>(this->r_type_); in make_stub() local3558 if (max_branch_offset == 0) in make_stub()3631 if (delta + max_branch_offset >= 2 * max_branch_offset in make_stub()4901 Address max_branch_offset = max_branch_delta<size>(r_type); in can_reach_stub() local4902 if (max_branch_offset == 0) in can_reach_stub()4906 return loc - from + max_branch_offset < 2 * max_branch_offset; in can_reach_stub()