Searched refs:maskbitslog2 (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Ddynobj.cc1215 uint32_t maskbitslog2 = 1; local
1219 ++maskbitslog2;
1222 if (maskbitslog2 < 3)
1223 maskbitslog2 = 5;
1224 else if (((1U << (maskbitslog2 - 2)) & nsyms) != 0)
1225 maskbitslog2 += 3;
1227 maskbitslog2 += 2;
1234 if (maskbitslog2 == 5)
1235 maskbitslog2 = 6;
1239 uint32_t shift2 = maskbitslog2;
[all...]
/haiku-buildtools/binutils/bfd/
H A Delflink.c6911 unsigned long int maskwords, maskbitslog2, x;
6915 maskbitslog2 = 1;
6917 ++maskbitslog2;
6918 if (maskbitslog2 < 3)
6919 maskbitslog2 = 5;
6920 else if ((1 << (maskbitslog2 - 2)) & cinfo.nsyms)
6921 maskbitslog2 = maskbitslog2 + 3;
6923 maskbitslog2 = maskbitslog2
6901 unsigned long int maskwords, maskbitslog2, x; local
[all...]

Completed in 136 milliseconds