Lines Matching refs:check
379 bfd_vma check; local
384 check = relocation >> (howto->rightshift - howto->bitpos);
386 check = relocation << (howto->bitpos - howto->rightshift);
399 check |= ((bfd_vma) - 1
402 if ((bfd_signed_vma) check > reloc_signed_max
403 || (bfd_signed_vma) check < reloc_signed_min)
415 if ((bfd_vma) check > reloc_unsigned_max)
426 if (((bfd_vma) check & ~reloc_bits) != 0
427 && (((bfd_vma) check & ~reloc_bits)
436 check |= ((bfd_vma) - 1
439 if (((bfd_vma) check & ~reloc_bits)
626 bfd_vma check; local
633 check = relocation;
639 check = relocation >> howto->rightshift;
644 signed_check = check;
646 signed_check = (check
670 check += add;
675 check += add >> howto->bitpos;
709 if (check > reloc_unsigned_max)
720 if ((check & ~reloc_bits) != 0