Searched refs:branch_offset (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfnn-aarch64.c | 2650 bfd_signed_vma branch_offset; in aarch64_type_of_stub() local 2662 branch_offset = (bfd_signed_vma) (destination - location); in aarch64_type_of_stub() 2670 && (branch_offset > AARCH64_MAX_FWD_BRANCH_OFFSET in aarch64_type_of_stub() 2671 || branch_offset < AARCH64_MAX_BWD_BRANCH_OFFSET)) in aarch64_type_of_stub() 2887 bfd_signed_vma branch_offset = 0; in aarch64_build_one_stub() local 2978 branch_offset = veneered_insn_loc - veneer_entry_loc; in aarch64_build_one_stub() 2979 branch_offset >>= 2; in aarch64_build_one_stub() 2980 branch_offset &= 0x3ffffff; in aarch64_build_one_stub() 2983 bfd_putl32 (template[1] | branch_offset, in aarch64_build_one_stub() 4740 bfd_signed_vma branch_offset; in make_branch_to_erratum_835769_stub() local [all …]
|
D | elf32-metag.c | 3585 bfd_vma branch_offset; in metag_type_of_stub() local 3598 branch_offset = destination - location; in metag_type_of_stub() 3604 if (branch_offset + max_branch_offset >= 2*max_branch_offset) in metag_type_of_stub()
|
D | elf32-hppa.c | 616 bfd_vma branch_offset; in hppa_type_of_stub() local 638 branch_offset = destination - location - 8; in hppa_type_of_stub() 654 if (branch_offset + max_branch_offset >= 2*max_branch_offset) in hppa_type_of_stub()
|
D | elfxx-mips.c | 11033 bfd_vma plt_address, got_address, got_offset, branch_offset; in _bfd_mips_vxworks_finish_dynamic_symbol() local 11063 branch_offset = -(plt_offset / 4 + 1) & 0xffff; in _bfd_mips_vxworks_finish_dynamic_symbol() 11076 bfd_put_32 (output_bfd, plt_entry[0] | branch_offset, loc); in _bfd_mips_vxworks_finish_dynamic_symbol() 11087 bfd_put_32 (output_bfd, plt_entry[0] | branch_offset, loc); in _bfd_mips_vxworks_finish_dynamic_symbol()
|
D | elf64-ppc.c | 10288 bfd_vma branch_offset; in ppc_type_of_stub() local 10345 branch_offset = destination - location; in ppc_type_of_stub() 10353 if (branch_offset + max_branch_offset >= 2 * max_branch_offset - local_off) in ppc_type_of_stub()
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-cris.c | 3362 int branch_offset; in gen_cond_branch_32() local 3368 branch_offset = -2 - 8; in gen_cond_branch_32() 3374 branch_offset = -2 - 8; in gen_cond_branch_32() 3380 branch_offset = -2 - 6; in gen_cond_branch_32() 3402 writep[opc_offset] = branch_disp (branch_offset); in gen_cond_branch_32()
|
/toolchain/binutils/binutils-2.27/gold/ |
D | aarch64.cc | 1328 int64_t branch_offset = 0; in stub_type_for_reloc() local 1333 branch_offset = dest - location; in stub_type_for_reloc() 1339 if (aarch64_valid_branch_offset_p(branch_offset)) in stub_type_for_reloc() 5263 construct_b(unsigned char* view, unsigned int branch_offset) in construct_b() argument 5265 update_view_two_parts<32>(view, 0x05, (branch_offset >> 2), in construct_b() 5530 typename elfcpp::Swap<size, big_endian>::Valtype branch_offset = in maybe_apply_stub() local 5536 rela_general<32>(view, branch_offset, 0, arp); in maybe_apply_stub()
|