Searched refs:max_branch_offset (Results 1 – 3 of 3) sorted by relevance
592 bfd_vma max_branch_offset; in hppa_type_of_stub() local622 max_branch_offset = (1 << (17-1)) << 2; in hppa_type_of_stub()626 max_branch_offset = (1 << (12-1)) << 2; in hppa_type_of_stub()630 max_branch_offset = (1 << (22-1)) << 2; in hppa_type_of_stub()633 if (branch_offset + max_branch_offset >= 2*max_branch_offset) in hppa_type_of_stub()3143 bfd_vma max_branch_offset = 0; in final_link_relocate() local3353 max_branch_offset = (1 << (17-1)) << 2; in final_link_relocate()3357 max_branch_offset = (1 << (12-1)) << 2; in final_link_relocate()3361 max_branch_offset = (1 << (22-1)) << 2; in final_link_relocate()3372 if (value + addend + max_branch_offset >= 2*max_branch_offset) in final_link_relocate()[all …]
4906 bfd_vma max_branch_offset, val; in ppc_elf_relax_section() local4916 max_branch_offset = 1 << 25; in ppc_elf_relax_section()4922 max_branch_offset = 1 << 15; in ppc_elf_relax_section()5056 if (symaddr - reladdr + max_branch_offset < 2 * max_branch_offset) in ppc_elf_relax_section()5070 if (val >= max_branch_offset) in ppc_elf_relax_section()5114 if (val >= max_branch_offset) in ppc_elf_relax_section()
7875 bfd_vma max_branch_offset; in ppc_type_of_stub() local7912 max_branch_offset = 1 << 25; in ppc_type_of_stub()7914 max_branch_offset = 1 << 15; in ppc_type_of_stub()7916 if (branch_offset + max_branch_offset >= 2 * max_branch_offset) in ppc_type_of_stub()