Home | History | Annotate | Download | only in bfd

Lines Matching refs:rightshift

435       if (howto->rightshift == 0)
442 check = relocation >> howto->rightshift;
446 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
498 relocation >>= (bfd_vma) howto->rightshift;