HomeSort by relevance Sort by last modified time
    Searched refs:reloc_unsigned_max (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
cpu-ns32k.c 395 bfd_vma reloc_unsigned_max = local
398 if ((bfd_vma) check > reloc_unsigned_max)
687 bfd_vma reloc_unsigned_max = local
690 if (check > reloc_unsigned_max)
aout-tic30.c 478 bfd_vma reloc_unsigned_max = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1; local
480 if (check > reloc_unsigned_max)
    [all...]

Completed in 80 milliseconds