Searched refs:reloc_signed_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-arm.c1611 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
1612 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
1671 if ( signed_check > reloc_signed_max
1609 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
H A Delf32-arm.c5018 bfd_signed_vma reloc_signed_max; local
5133 reloc_signed_max = ((1 << (bitsize - 1)) - 1) >> howto->rightshift;
5134 reloc_signed_min = ~reloc_signed_max;
5137 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
5174 bfd_signed_vma reloc_signed_max = ((1 << (howto->bitsize - 1)) - 1) >> howto->rightshift; local
5175 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
5215 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
5247 bfd_signed_vma reloc_signed_max = 0xffffe; local
5279 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
5307 bfd_signed_vma reloc_signed_max local
[all...]

Completed in 88 milliseconds