Home | History | Annotate | Download | only in bfd

Lines Matching refs:maskwords

6551 	      unsigned long int maskwords, maskbitslog2, x;
6575 maskwords = 1 << (maskbitslog2 - cinfo.shift1);
6577 amt += maskwords * sizeof (bfd_vma);
6585 cinfo.counts = (long unsigned int *) (cinfo.bitmask + maskwords);
6588 memset (cinfo.bitmask, 0, maskwords * sizeof (bfd_vma));
6618 bfd_put_32 (output_bfd, maskwords, contents + 8);
6638 for (i = 0; i < maskwords; ++i)