Searched refs:hashed_sym_cnt (Results 1 – 1 of 1) sorted by relevance
828 size_t hashed_sym_cnt = 0; in sizeNamePools() local832 ++hashed_sym_cnt; in sizeNamePools()835 if (hashed_sym_cnt == 0) in sizeNamePools()838 size_t nbucket = getHashBucketCount(hashed_sym_cnt, true); in sizeNamePools()839 gnuhash = (4 + nbucket + hashed_sym_cnt) * 4; in sizeNamePools()840 gnuhash += (1U << getGNUHashMaskbitslog2(hashed_sym_cnt)) / 8; in sizeNamePools()1216 size_t hashed_sym_cnt = pSymtab.numOfDynamics(); in emitGNUHashTab() local1222 --hashed_sym_cnt; in emitGNUHashTab()1226 if (hashed_sym_cnt == 0) { in emitGNUHashTab()1245 uint32_t maskbitslog2 = getGNUHashMaskbitslog2(hashed_sym_cnt); in emitGNUHashTab()[all …]