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

/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-ppc.c5191 bfd_vma max_branch_offset, val;
5201 max_branch_offset = 1 << 25;
5207 max_branch_offset = 1 << 15;
5345 if (symaddr - reladdr + max_branch_offset < 2 * max_branch_offset)
5359 if (val >= max_branch_offset)
5403 if (val >= max_branch_offset)
5178 bfd_vma max_branch_offset, val; local
H A Delf64-ppc.c8131 bfd_vma max_branch_offset;
8176 max_branch_offset = 1 << 25;
8178 max_branch_offset = 1 << 15;
8180 if (branch_offset + max_branch_offset >= 2 * max_branch_offset)
8127 bfd_vma max_branch_offset; local

Completed in 195 milliseconds