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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dcpu-ns32k.c394 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
395 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
404 if ((bfd_signed_vma) check > reloc_signed_max
695 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
696 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
698 if (signed_check > reloc_signed_max
H A Daout-tic30.c496 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
497 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
498 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
H A Dcoff-arm.c1641 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
1642 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
1701 if ( signed_check > reloc_signed_max
1639 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
H A Delf32-arm.h1623 bfd_signed_vma reloc_signed_max = ((1 << (howto->bitsize - 1)) - 1) >> howto->rightshift; local
1624 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
1701 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
1729 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
1730 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
1763 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)

Completed in 72 milliseconds