Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-hppa.c592 bfd_vma max_branch_offset; in hppa_type_of_stub() local
622 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() local
3353 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 …]
Delf32-ppc.c4906 bfd_vma max_branch_offset, val; in ppc_elf_relax_section() local
4916 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()
Delf64-ppc.c7875 bfd_vma max_branch_offset; in ppc_type_of_stub() local
7912 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()