Lines Matching defs:overflow
152 int overflow = 0;
353 /* FIXME: This overflow checking is incomplete, because the value
358 FIXME: We should also do overflow checking on the result after
393 overflow if howto->bitsize is the number of bits in
405 overflow if howto->bitsize is the number of bits in
415 overflow. */
558 if ((howto->complain_on_overflow != complain_overflow_dont) && overflow)
576 bfd_boolean overflow;
600 /* Check for overflow. FIXME: We may drop bits during the addition
604 overflow = FALSE;
679 overflow = TRUE;
685 overflow if howto->bitsize is the number of bits in
691 overflow = TRUE;
697 overflow if howto->bitsize is the number of bits in
704 overflow = TRUE;
736 return overflow ? bfd_reloc_overflow : bfd_reloc_ok;