Searched refs:branch_offset (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-cris.c3323 int branch_offset; local
3329 branch_offset = -2 - 8;
3335 branch_offset = -2 - 8;
3341 branch_offset = -2 - 6;
3363 writep[opc_offset] = branch_disp (branch_offset);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-hppa.c564 bfd_vma branch_offset; local
586 branch_offset = destination - location - 8;
606 if (branch_offset + max_branch_offset >= 2*max_branch_offset)
H A Delf64-ppc.c6136 bfd_vma branch_offset;
6166 branch_offset = destination - location;
6174 if (branch_offset + max_branch_offset >= 2 * max_branch_offset)
6133 bfd_vma branch_offset; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-hppa.c593 bfd_vma branch_offset; local
615 branch_offset = destination - location - 8;
635 if (branch_offset + max_branch_offset >= 2*max_branch_offset)
H A Delfxx-mips.c8352 bfd_vma plt_address, plt_index, got_address, got_offset, branch_offset;
8380 branch_offset = -(h->plt.offset / 4 + 1) & 0xffff;
8392 bfd_put_32 (output_bfd, plt_entry[0] | branch_offset, loc);
8403 bfd_put_32 (output_bfd, plt_entry[0] | branch_offset, loc);
8319 bfd_vma plt_address, plt_index, got_address, got_offset, branch_offset; local
H A Delf64-ppc.c8122 bfd_vma branch_offset;
8164 branch_offset = destination - location;
8172 if (branch_offset + max_branch_offset >= 2 * max_branch_offset)
8118 bfd_vma branch_offset; local

Completed in 226 milliseconds