Searched refs:branch_offset (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/contrib/binutils-2.27/gold/ |
| H A D | arm.cc | 4016 int32_t branch_offset = branch_target - address; in arm_branch_common() local 4024 && (Bits<26>::has_overflow32(branch_offset) in arm_branch_common() 4045 branch_offset = branch_target - address; in arm_branch_common() 4046 gold_assert(!Bits<26>::has_overflow32(branch_offset)); in arm_branch_common() 4056 val = (val & 0xffffff) | 0xfa000000 | ((branch_offset & 2) << 23); in arm_branch_common() 4059 val = Bits<32>::bit_select32(val, (branch_offset >> 2), 0xffffffUL); in arm_branch_common() 4061 return (Bits<26>::has_overflow32(branch_offset) in arm_branch_common() 4156 int32_t branch_offset = branch_target - address; in thumb_branch_common() local 4162 && ((!thumb2 && Bits<23>::has_overflow32(branch_offset)) in thumb_branch_common() 4163 || (thumb2 && Bits<25>::has_overflow32(branch_offset)) in thumb_branch_common() [all …]
|
| H A D | aarch64.cc | 1313 int64_t branch_offset = 0; in stub_type_for_reloc() local 1318 branch_offset = dest - location; in stub_type_for_reloc() 1324 if (aarch64_valid_branch_offset_p(branch_offset)) in stub_type_for_reloc() 5141 construct_b(unsigned char* view, unsigned int branch_offset) in construct_b() argument 5143 update_view_two_parts<32>(view, 0x05, (branch_offset >> 2), in construct_b() 5408 typename elfcpp::Swap<size, big_endian>::Valtype branch_offset = in maybe_apply_stub() local 5414 rela_general<32>(view, branch_offset, 0, arp); in maybe_apply_stub()
|