Searched refs:reloc_unsigned_max (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcpu-ns32k.c399 bfd_vma reloc_unsigned_max = local
402 if ((bfd_vma) check > reloc_unsigned_max)
684 bfd_vma reloc_unsigned_max = local
687 if (check > reloc_unsigned_max)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcpu-ns32k.c399 bfd_vma reloc_unsigned_max = local
402 if ((bfd_vma) check > reloc_unsigned_max)
687 bfd_vma reloc_unsigned_max = local
690 if (check > reloc_unsigned_max)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcpu-ns32k.c399 bfd_vma reloc_unsigned_max = local
402 if ((bfd_vma) check > reloc_unsigned_max)
684 bfd_vma reloc_unsigned_max = local
687 if (check > reloc_unsigned_max)
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcpu-ns32k.c399 bfd_vma reloc_unsigned_max = local
402 if ((bfd_vma) check > reloc_unsigned_max)
684 bfd_vma reloc_unsigned_max = local
687 if (check > reloc_unsigned_max)
H A Daout-tic30.c478 bfd_vma reloc_unsigned_max = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1; local
480 if (check > reloc_unsigned_max)

Completed in 274 milliseconds