Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-hppa.c565 bfd_vma max_branch_offset; in hppa_type_of_stub() local
595 max_branch_offset = (1 << (17-1)) << 2; in hppa_type_of_stub()
599 max_branch_offset = (1 << (12-1)) << 2; in hppa_type_of_stub()
603 max_branch_offset = (1 << (22-1)) << 2; in hppa_type_of_stub()
606 if (branch_offset + max_branch_offset >= 2*max_branch_offset) in hppa_type_of_stub()
3051 bfd_vma max_branch_offset = 0; in final_link_relocate() local
3269 max_branch_offset = (1 << (17-1)) << 2; in final_link_relocate()
3273 max_branch_offset = (1 << (12-1)) << 2; in final_link_relocate()
3277 max_branch_offset = (1 << (22-1)) << 2; in final_link_relocate()
3288 if (value + addend + max_branch_offset >= 2*max_branch_offset) in final_link_relocate()
[all …]
Delf32-ppc.c1694 bfd_vma max_branch_offset, val; in ppc_elf_relax_section() local
1703 max_branch_offset = 1 << 25; in ppc_elf_relax_section()
1709 max_branch_offset = 1 << 15; in ppc_elf_relax_section()
1793 if (symaddr - reladdr + max_branch_offset < 2 * max_branch_offset) in ppc_elf_relax_section()
1807 if (val >= max_branch_offset) in ppc_elf_relax_section()
1850 if (val >= max_branch_offset) in ppc_elf_relax_section()
Delf64-ppc.c6134 bfd_vma max_branch_offset; in ppc_type_of_stub() local
6167 max_branch_offset = 1 << 25; in ppc_type_of_stub()
6169 max_branch_offset = 1 << 15; in ppc_type_of_stub()
6171 if (branch_offset + max_branch_offset >= 2 * max_branch_offset) in ppc_type_of_stub()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-hppa.c594 bfd_vma max_branch_offset; in hppa_type_of_stub() local
624 max_branch_offset = (1 << (17-1)) << 2; in hppa_type_of_stub()
628 max_branch_offset = (1 << (12-1)) << 2; in hppa_type_of_stub()
632 max_branch_offset = (1 << (22-1)) << 2; in hppa_type_of_stub()
635 if (branch_offset + max_branch_offset >= 2*max_branch_offset) in hppa_type_of_stub()
3175 bfd_vma max_branch_offset = 0; in final_link_relocate() local
3385 max_branch_offset = (1 << (17-1)) << 2; in final_link_relocate()
3389 max_branch_offset = (1 << (12-1)) << 2; in final_link_relocate()
3393 max_branch_offset = (1 << (22-1)) << 2; in final_link_relocate()
3404 if (value + addend + max_branch_offset >= 2*max_branch_offset) in final_link_relocate()
[all …]
Delf32-ppc.c5044 bfd_vma max_branch_offset, val; in ppc_elf_relax_section() local
5054 max_branch_offset = 1 << 25; in ppc_elf_relax_section()
5060 max_branch_offset = 1 << 15; in ppc_elf_relax_section()
5198 if (symaddr - reladdr + max_branch_offset < 2 * max_branch_offset) in ppc_elf_relax_section()
5212 if (val >= max_branch_offset) in ppc_elf_relax_section()
5259 if (val >= max_branch_offset) in ppc_elf_relax_section()
Delf64-ppc.c8119 bfd_vma max_branch_offset; in ppc_type_of_stub() local
8164 max_branch_offset = 1 << 25; in ppc_type_of_stub()
8166 max_branch_offset = 1 << 15; in ppc_type_of_stub()
8168 if (branch_offset + max_branch_offset >= 2 * max_branch_offset) in ppc_type_of_stub()