Lines Matching +defs:src +defs:hash
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
159 * into the hash table
345 * hash entries.
836 * hash undefined references.
865 * Insert symbols into the hash table.
976 * Insert the symbols into the hash table.
2565 * fill in the hash table.
2686 * Return the hash of the ELF sections that are memory resident.
2692 crypto_es_hash(struct module *mp, char *hash, char *shstrtab)
2715 "krtld: crypto_es_hash: updating hash with"
2723 SHA1Final((uchar_t *)hash, &ctx);
3349 * Lookup a given symbol pointer in the module's symbol hash. If the symbol
3986 caddr_t src;
3991 src = file->_dbuf + hdr->ch_blkmap[i];
3996 if (z_uncompress(buf, &dlen, src, slen) != Z_OK)
4150 * Calculate the number of output hash buckets.
4152 * so the average hash chain is about 4 entries.