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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c600 * Read the hash nbucket/nchain values from the start of the hash
603 * On success, *nbucket, and *nchain have been filled in with their
611 Word *nbucket, Word *nchain, size_t *total)
625 *nchain = buf[1];
626 *total = 2 + *nbucket + *nchain;
1390 * elements (nbucket, and nchain). The length of the dynsym,
1392 * but are known to be the same as nchain.
1395 * nchain, we have to invalidate all of these.
1399 Word nchain; local
1403 &nbucket, &nchain,
610 hash_size(FSTATE *fstate, SINFO *hash_sinfo, Word *nbucket, Word *nchain, size_t *total) argument
[all...]
H A Delfdump.c3983 Word ndx, bkts, nchain; local
4014 nchain = *hash++;
4022 (bkts + nchain + 2) * sizeof (uint_t)) {
4063 if (symn > nchain) {
4100 if (*hash > nchain) {
4104 EC_WORD(nchain));
4118 if (_ndx > nchain) {
4122 EC_WORD(ndx), EC_WORD(nchain));
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c3852 int af, chain, nchain; local
3861 nchain = ipr->ipr_nchains;
3863 for (chain = 0; chain < nchain; chain++) {

Completed in 68 milliseconds