Searched refs:getGNUHashMaskbitslog2 (Results 1 – 2 of 2) sorted by relevance
256 unsigned getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const;
809 gnuhash += (1U << getGNUHashMaskbitslog2(hashed_sym_cnt)) / 8; in sizeNamePools()1247 uint32_t maskbitslog2 = getGNUHashMaskbitslog2(hashed_sym_cnt); in emitGNUHashTab()2309 unsigned GNULDBackend::getGNUHashMaskbitslog2(unsigned pNumOfSymbols) const in getGNUHashMaskbitslog2() function in GNULDBackend