Lines Matching refs:rightshift
489 unsigned int rightshift, in bfd_check_overflow() argument
502 addrmask = N_ONES (addrsize) | (fieldmask << rightshift); in bfd_check_overflow()
503 a = (relocation & addrmask) >> rightshift; in bfd_check_overflow()
523 if (ss != 0 && ss != ((addrmask >> rightshift) & signmask)) in bfd_check_overflow()
799 howto->rightshift, in bfd_perform_relocation()
830 relocation >>= (bfd_vma) howto->rightshift; in bfd_perform_relocation()
1178 howto->rightshift, in bfd_install_relocation()
1209 relocation >>= (bfd_vma) howto->rightshift; in bfd_install_relocation()
1379 unsigned int rightshift = howto->rightshift; in _bfd_relocate_contents() local
1429 | (fieldmask << rightshift)); in _bfd_relocate_contents()
1430 a = (relocation & addrmask) >> rightshift; in _bfd_relocate_contents()
1432 addrmask >>= rightshift; in _bfd_relocate_contents()
1508 relocation >>= (bfd_vma) rightshift; in _bfd_relocate_contents()