Searched defs:hnbuckets (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c262 Word hnchains = 0, hnbuckets = 0; local
370 hnbuckets = hash[0];
631 if ((hptr == NULL) || (hnbuckets == 0) || (hnchains == 0)) {
638 htmp = plt_symhash % hnbuckets;
667 hash = &((uint_t *)hptr)[2 + hnbuckets + ndx];

Completed in 44 milliseconds