Home | History | Annotate | Download | only in bfd

Lines Matching refs:rightshift

1628 	      /* howto->rightshift == 1 */
1631 check = relocation >> howto->rightshift;
1633 /* If this is a signed value, the rightshift just dropped
1640 & ~((bfd_vma) - 1 >> howto->rightshift)));