Searched refs:reloc_bits (Results 1 – 4 of 4) sorted by relevance
407 bfd_vma reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1; in do_ns32k_reloc() local409 if (((bfd_vma) check & ~reloc_bits) != 0 in do_ns32k_reloc()410 && (((bfd_vma) check & ~reloc_bits) in do_ns32k_reloc()411 != (-(bfd_vma) 1 & ~reloc_bits))) in do_ns32k_reloc()422 if (((bfd_vma) check & ~reloc_bits) in do_ns32k_reloc()423 != (-(bfd_vma) 1 & ~reloc_bits)) in do_ns32k_reloc()699 bfd_vma reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1; in _bfd_do_ns32k_reloc_contents() local701 if ((check & ~reloc_bits) != 0 in _bfd_do_ns32k_reloc_contents()702 && (((bfd_vma) signed_check & ~reloc_bits) in _bfd_do_ns32k_reloc_contents()703 != (-(bfd_vma) 1 & ~reloc_bits))) in _bfd_do_ns32k_reloc_contents()
443 bfd_vma reloc_bits, check; in crx_elf_final_link_relocate() local504 reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1; in crx_elf_final_link_relocate()506 if (((bfd_vma) check & ~reloc_bits) != 0 in crx_elf_final_link_relocate()507 && (((bfd_vma) check & ~reloc_bits) in crx_elf_final_link_relocate()508 != (-(bfd_vma) 1 & ~reloc_bits))) in crx_elf_final_link_relocate()518 if (((bfd_vma) check & ~reloc_bits) in crx_elf_final_link_relocate()519 != (-(bfd_vma) 1 & ~reloc_bits)) in crx_elf_final_link_relocate()
486 bfd_vma reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1; in tic30_aout_relocate_contents() local488 if ((check & ~reloc_bits) != 0 in tic30_aout_relocate_contents()489 && (((bfd_vma) signed_check & ~reloc_bits) in tic30_aout_relocate_contents()490 != ((bfd_vma) -1 & ~reloc_bits))) in tic30_aout_relocate_contents()
865 bfd_vma reloc_bits, check, Rvalue1; in cr16_elf_final_link_relocate() local943 reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1; in cr16_elf_final_link_relocate()949 if (((bfd_vma) check & ~reloc_bits) != 0 in cr16_elf_final_link_relocate()950 && (((bfd_vma) check & ~reloc_bits) in cr16_elf_final_link_relocate()951 != (-(bfd_vma) 1 & ~reloc_bits))) in cr16_elf_final_link_relocate()962 if (((bfd_vma) check & ~reloc_bits) in cr16_elf_final_link_relocate()963 != (-(bfd_vma) 1 & ~reloc_bits)) in cr16_elf_final_link_relocate()