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

/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-ppc.c5327 bfd_vma max_branch_offset, val;
5337 max_branch_offset = 1 << 25;
5343 max_branch_offset = 1 << 15;
5481 if (symaddr - reladdr + max_branch_offset < 2 * max_branch_offset)
5495 if (val >= max_branch_offset)
5539 if (val >= max_branch_offset)
5314 bfd_vma max_branch_offset, val; local
H A Delf64-ppc.c8287 bfd_vma max_branch_offset;
8332 max_branch_offset = 1 << 25;
8334 max_branch_offset = 1 << 15;
8336 if (branch_offset + max_branch_offset >= 2 * max_branch_offset)
8283 bfd_vma max_branch_offset; local

Completed in 190 milliseconds