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

/netbsd-current/external/gpl3/binutils/dist/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
671 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
672 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
674 if (signed_check > reloc_signed_max
H A Dcoff-arm.c1617 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
1618 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
1677 if ( signed_check > reloc_signed_max
1615 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
H A Delf32-arm.c11005 bfd_signed_vma reloc_signed_max; local
11191 reloc_signed_max = (1 << (bitsize - 1)) - 1;
11192 reloc_signed_min = ~reloc_signed_max;
11195 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
11232 bfd_signed_vma reloc_signed_max = 0xffffe; local
11295 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
11323 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
11324 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
11353 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
/netbsd-current/external/gpl3/gdb.old/dist/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
674 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
675 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
677 if (signed_check > reloc_signed_max
H A Dcoff-arm.c1617 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
1618 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
1677 if ( signed_check > reloc_signed_max
1615 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
H A Delf32-arm.c11046 bfd_signed_vma reloc_signed_max; local
11232 reloc_signed_max = (1 << (bitsize - 1)) - 1;
11233 reloc_signed_min = ~reloc_signed_max;
11236 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
11273 bfd_signed_vma reloc_signed_max = 0xffffe; local
11336 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
11364 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
11365 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
11394 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
/netbsd-current/external/gpl3/gdb/dist/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
671 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
672 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
674 if (signed_check > reloc_signed_max
H A Dcoff-arm.c1617 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
1618 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
1677 if ( signed_check > reloc_signed_max
1615 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
H A Delf32-arm.c11006 bfd_signed_vma reloc_signed_max; local
11192 reloc_signed_max = (1 << (bitsize - 1)) - 1;
11193 reloc_signed_min = ~reloc_signed_max;
11196 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
11233 bfd_signed_vma reloc_signed_max = 0xffffe; local
11296 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
11324 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
11325 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
11354 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
/netbsd-current/external/gpl3/binutils.old/dist/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
671 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
672 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
674 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.c1617 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1;
1618 bfd_signed_vma reloc_signed_min = ~reloc_signed_max;
1677 if ( signed_check > reloc_signed_max
1615 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
H A Delf32-arm.c11005 bfd_signed_vma reloc_signed_max; local
11191 reloc_signed_max = (1 << (bitsize - 1)) - 1;
11192 reloc_signed_min = ~reloc_signed_max;
11195 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
11232 bfd_signed_vma reloc_signed_max = 0xffffe; local
11295 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)
11323 bfd_signed_vma reloc_signed_max = (1 << (howto->bitsize - 1)) - 1; local
11324 bfd_signed_vma reloc_signed_min = ~ reloc_signed_max;
11353 if (signed_check > reloc_signed_max || signed_check < reloc_signed_min)

Completed in 890 milliseconds