Home | History | Annotate | Download | only in bfd

Lines Matching refs:reloc_bits

486 	    bfd_vma reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
488 if ((check & ~reloc_bits) != 0
489 && (((bfd_vma) signed_check & ~reloc_bits)
490 != ((bfd_vma) -1 & ~reloc_bits)))