Home
last modified time | relevance | path

Searched refs:hashed_sym_cnt (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp780 size_t hashed_sym_cnt = 0; in sizeNamePools() local
784 ++hashed_sym_cnt; in sizeNamePools()
787 if (hashed_sym_cnt == 0) in sizeNamePools()
790 size_t nbucket = getHashBucketCount(hashed_sym_cnt, true); in sizeNamePools()
791 gnuhash = (4 + nbucket + hashed_sym_cnt) * 4; in sizeNamePools()
792 gnuhash += (1U << getGNUHashMaskbitslog2(hashed_sym_cnt)) / 8; in sizeNamePools()
1160 size_t hashed_sym_cnt = pSymtab.numOfDynamics(); in emitGNUHashTab() local
1166 --hashed_sym_cnt; in emitGNUHashTab()
1170 if (hashed_sym_cnt == 0) { in emitGNUHashTab()
1190 uint32_t maskbitslog2 = getGNUHashMaskbitslog2(hashed_sym_cnt); in emitGNUHashTab()
[all …]