| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | reloc.c | 493 unsigned int rightshift, in bfd_check_overflow() argument 507 a = (relocation & addrmask) >> rightshift;; in bfd_check_overflow() 527 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask)) in bfd_check_overflow() 807 howto->rightshift, in bfd_perform_relocation() 838 relocation >>= (bfd_vma) howto->rightshift; in bfd_perform_relocation() 1186 howto->rightshift, in bfd_install_relocation() 1217 relocation >>= (bfd_vma) howto->rightshift; in bfd_install_relocation() 1387 unsigned int rightshift = howto->rightshift; in _bfd_relocate_contents() local 1437 a = (relocation & addrmask) >> rightshift; in _bfd_relocate_contents() 1456 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask)) in _bfd_relocate_contents() [all …]
|
| H A D | elf32-cr16.c | 548 check = Rvalue >> howto->rightshift; in cr16_elf_final_link_relocate() 562 if (howto->rightshift && (bfd_signed_vma) Rvalue < 0) in cr16_elf_final_link_relocate() 566 >> howto->rightshift)); in cr16_elf_final_link_relocate() 577 Rvalue >>= (bfd_vma) howto->rightshift; in cr16_elf_final_link_relocate()
|
| H A D | coff-rs6000.c | 3069 a >>= howto->rightshift; 3092 ss = (signmask << howto->rightshift) - 1; 3105 if (howto->bitsize + howto->rightshift 3141 a = (a & addrmask) >> howto->rightshift; 3148 if (ss != 0 && ss != ((addrmask >> howto->rightshift) & signmask)) 3214 a = (a & addrmask) >> howto->rightshift; 3375 howto.rightshift = 0;
|
| H A D | elf32-arm.c | 4810 signed_addend >>= howto->rightshift; in elf32_arm_final_link_relocate() 4921 addend >>= howto->rightshift; in elf32_arm_final_link_relocate() 5118 check = relocation >> howto->rightshift; in elf32_arm_final_link_relocate() 5125 signed_check = check | ~((bfd_vma) -1 >> howto->rightshift); in elf32_arm_final_link_relocate() 5133 reloc_signed_max = ((1 << (bitsize - 1)) - 1) >> howto->rightshift; in elf32_arm_final_link_relocate() 5205 check = relocation >> howto->rightshift; in elf32_arm_final_link_relocate() 5212 signed_check = check | ~((bfd_vma) -1 >> howto->rightshift); in elf32_arm_final_link_relocate() 5330 signed_addend <<= howto->rightshift; in elf32_arm_final_link_relocate() 5338 relocation >>= howto->rightshift; in elf32_arm_final_link_relocate() 6335 addend >>= howto->rightshift; in arm_add_to_rel() [all …]
|
| H A D | pe-mips.c | 90 …x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_… in coff_mips_reloc()
|
| H A D | syms.c | 1048 if (r->howto->rightshift != 0 in _bfd_stab_section_find_nearest_line()
|
| H A D | coff-arm.c | 1630 check = relocation >> howto->rightshift; in coff_arm_relocate_section() 1639 & ~((bfd_vma) - 1 >> howto->rightshift))); in coff_arm_relocate_section()
|
| H A D | elfxx-sparc.c | 3283 howto->bitsize, howto->rightshift, in _bfd_sparc_elf_relocate_section() 3302 howto->bitsize, howto->rightshift, in _bfd_sparc_elf_relocate_section() 3359 howto->bitsize, howto->rightshift, in _bfd_sparc_elf_relocate_section()
|
| H A D | bfd-in2.h | 2204 unsigned int rightshift; member 2317 unsigned int rightshift,
|
| H A D | elfxx-mips.c | 4504 value >>= howto->rightshift; in mips_elf_calculate_relocation() 7905 l <<= lo16_howto->rightshift; in _bfd_mips_elf_relocate_section() 7915 addend <<= howto->rightshift; in _bfd_mips_elf_relocate_section() 7940 addend >>= howto->rightshift; in _bfd_mips_elf_relocate_section()
|
| H A D | coff64-rs6000.c | 1219 howto.rightshift = 0;
|
| H A D | ChangeLog-9899 | 2297 (R_ARM_THM_ABS5): Fix rightshift and size. 2313 (R_ARM_THM_ABS5): Fix rightshift and size. 2577 size and rightshift. For R_ARM_THM_PC22, fix bitsize. 2688 have a rightshift of 16 and use ppc_elf_addr16_ha_reloc. 2750 * elf32-arm.h (elf32_arm_relocate_section): Take the rightshift into
|
| H A D | ChangeLog-0203 | 51 and _bfd_mips_elf_got16_reloc for R_MIPS_GOT16. Change rightshift 62 Change R_MIPS_HI16's rightshift to 16. 89 (_bfd_mips_elf_relocate_section): Don't apply the howto rightshift 1099 rightshift to 2. 4141 R_MIPS_PC16 to rightshift 2. 4146 R_MIPS_PC16 to rightshift 2.
|
| H A D | ChangeLog-9193 | 2680 complain_overflow_bitfield, rightshift > bitpos, and a negative 2740 * reloc.c (bfd_perform_relocation): Handle case of rightshift !=
|
| H A D | ChangeLog-9495 | 4667 setting rightshift to 10. Fix R_SPARC_WPLT20 by setting 4668 rightshift to 2, size to 2, bitsize to 30, and dst_mask to
|
| H A D | ChangeLog-9697 | 1468 name of R_RELLONG to "RELLONG". Set rightshift and complain for
|
| H A D | ChangeLog-0001 | 2877 * elf32-arm.h (elf32_arm_relocate_section): Do not rightshift
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | cgen.c | 48 static int rightshift = 0; variable 500 rightshift = operand->length; 728 rightshift -= field->val.leaf->length; in queue_fixup_recursively() 732 if (rightshift) in queue_fixup_recursively() 733 new_exp = make_right_shifted_expr (expP, rightshift, signed_p); in queue_fixup_recursively()
|
| H A D | ChangeLog-0001 | 1289 * config/tc-mips.c (append_insn): Don't rightshift BFD_RELOC_16_PCREL.
|
| /freebsd-12.1/gnu/usr.bin/binutils/libbfd/ |
| H A D | bfd.h | 2211 unsigned int rightshift; member 2324 unsigned int rightshift,
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | pe-dll.c | 1254 relocs[i]->howto->rightshift) in generate_reloc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3739 unsigned shift = 0, bool rightshift = false);
|
| H A D | CGBuiltin.cpp | 4143 unsigned shift, bool rightshift) { in EmitNeonCall() argument 4148 Ops[j] = EmitNeonShiftVector(Ops[j], ai->getType(), rightshift); in EmitNeonCall()
|