Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-hppa.c604 bfd_vma max_branch_offset; in hppa_type_of_stub() local
636 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() local
3356 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 …]
H A Delf64-hppa.c3142 bfd_vma max_branch_offset = 0; in elf_hppa_final_link_relocate() local
3224 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()
H A Delf32-metag.c3287 bfd_vma max_branch_offset; in metag_type_of_stub() local
3303 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()
H A Delf32-ppc.c6172 bfd_vma max_branch_offset = 0, val, reladdr; in ppc_elf_relax_section() local
6186 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()
H A Delf64-ppc.c10679 bfd_vma max_branch_offset; in ppc_type_of_stub() local
10739 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()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-hppa.c604 bfd_vma max_branch_offset; in hppa_type_of_stub() local
636 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() local
3356 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 …]
H A Delf64-hppa.c3142 bfd_vma max_branch_offset = 0; in elf_hppa_final_link_relocate() local
3224 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()
H A Delf32-metag.c3287 bfd_vma max_branch_offset; in metag_type_of_stub() local
3303 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()
H A Delf32-ppc.c6170 bfd_vma max_branch_offset = 0, val; in ppc_elf_relax_section() local
6184 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()
H A Delf64-ppc.c10649 bfd_vma max_branch_offset; in ppc_type_of_stub() local
10709 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()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dpowerpc.cc3581 Address max_branch_offset = max_branch_delta<size>(this->r_type_); in make_stub() local
3582 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() local
4914 if (max_branch_offset == 0) in can_reach_stub()
4918 return loc - from + max_branch_offset < 2 * max_branch_offset; in can_reach_stub()
H A DChangeLog-08151723 max_branch_offset an "Address".
1724 (Stub_table::can_reach_stub): Make max_branch_offset an "Address".
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dpowerpc.cc3557 Address max_branch_offset = max_branch_delta<size>(this->r_type_); in make_stub() local
3558 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() local
4902 if (max_branch_offset == 0) in can_reach_stub()
4906 return loc - from + max_branch_offset < 2 * max_branch_offset; in can_reach_stub()
H A DChangeLog-08151723 max_branch_offset an "Address".
1724 (Stub_table::can_reach_stub): Make max_branch_offset an "Address".