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

/haiku-buildtools/legacy/binutils/bfd/
H A Dcpu-ns32k.c392 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
393 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
402 if ((bfd_signed_vma) check > reloc_signed_max
693 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
694 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
696 if (signed_check > reloc_signed_max
H A Daout-tic30.c453 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
454 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
456 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
H A Dcoff-arm.c1566 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
1567 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
1626 if ( signed_check > reloc_signed_max
1564 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
H A Delf32-arm.c3349 bfd_signed_vma reloc_signed_max = ((1 << (howto->bitsize - 1)) - 1) >> howto->rightshift; local
3350 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
3439 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
3468 bfd_signed_vma reloc_signed_max = ((1 << (howto->bitsize - 1)) - 1) >> howto->rightshift; local
3469 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
3509 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
3541 bfd_signed_vma reloc_signed_max = ((1 << (howto->bitsize - 1)) - 1) >> howto->rightshift; local
3542 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
3583 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
3611 bfd_signed_vma reloc_signed_max local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dcpu-ns32k.c379 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
380 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
389 if ((bfd_signed_vma) check > reloc_signed_max
679 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
680 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
682 if (signed_check > reloc_signed_max
H A Daout-tic30.c469 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
470 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
472 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
H A Dcoff-arm.c1607 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
1608 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
1667 if ( signed_check > reloc_signed_max
1605 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
H A Delf32-arm.c10607 bfd_signed_vma reloc_signed_max; local
10792 reloc_signed_max = (1 << (bitsize - 1)) - 1;
10793 reloc_signed_min = ~reloc_signed_max;
10796 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
10833 bfd_signed_vma reloc_signed_max = 0xffffe; local
10896 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
10924 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
10925 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
10967 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)

Completed in 194 milliseconds