Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Delf32-ppc.c5314 bfd_vma max_branch_offset, val; in ppc_elf_relax_section() local
5324 max_branch_offset = 1 << 25; in ppc_elf_relax_section()
5330 max_branch_offset = 1 << 15; in ppc_elf_relax_section()
5468 if (symaddr - reladdr + max_branch_offset < 2 * max_branch_offset) in ppc_elf_relax_section()
5482 if (val >= max_branch_offset) in ppc_elf_relax_section()
5526 if (val >= max_branch_offset) in ppc_elf_relax_section()
Delf64-ppc.c8283 bfd_vma max_branch_offset; in ppc_type_of_stub() local
8328 max_branch_offset = 1 << 25; in ppc_type_of_stub()
8330 max_branch_offset = 1 << 15; in ppc_type_of_stub()
8332 if (branch_offset + max_branch_offset >= 2 * max_branch_offset) in ppc_type_of_stub()