Symbol: strhash
usr/src/cmd/sgs/liblddbg/common/sections.c
122
Str_hash *strhash = stp->st_hashbcks[cnt];
usr/src/cmd/sgs/liblddbg/common/sections.c
124
if (strhash == NULL)
usr/src/cmd/sgs/liblddbg/common/sections.c
129
while (strhash) {
usr/src/cmd/sgs/liblddbg/common/sections.c
130
size_t stroff = strhash->hi_mstr->sm_strlen -
usr/src/cmd/sgs/liblddbg/common/sections.c
131
strhash->hi_strlen;
usr/src/cmd/sgs/liblddbg/common/sections.c
135
EC_XWORD(strhash->hi_refcnt),
usr/src/cmd/sgs/liblddbg/common/sections.c
136
strhash->hi_mstr->sm_str);
usr/src/cmd/sgs/liblddbg/common/sections.c
139
EC_XWORD(strhash->hi_refcnt),
usr/src/cmd/sgs/liblddbg/common/sections.c
140
&strhash->hi_mstr->sm_str[stroff],
usr/src/cmd/sgs/liblddbg/common/sections.c
141
strhash->hi_mstr->sm_str);
usr/src/cmd/sgs/liblddbg/common/sections.c
144
strhash = strhash->hi_next;
usr/src/cmd/sgs/rtld/common/analyze.c
1449
Pdesc *pdp, Word *strhash, int *in_nfavl)
usr/src/cmd/sgs/rtld/common/analyze.c
1495
if (*strhash == 0)
usr/src/cmd/sgs/rtld/common/analyze.c
1496
*strhash = (Word)elf_hash(oname);
usr/src/cmd/sgs/rtld/common/analyze.c
1497
fobj = elf_config_ent(oname, *strhash,
usr/src/cmd/sgs/rtld/common/analyze.c
2008
Word strhash = 0;
usr/src/cmd/sgs/rtld/common/analyze.c
2038
&strhash, in_nfavl) == 0) {
usr/src/lib/libsqlite/tool/lemon.c
3793
ph = strhash(data);
usr/src/lib/libsqlite/tool/lemon.c
3818
h = strhash(oldnp->data) & (size-1);
usr/src/lib/libsqlite/tool/lemon.c
3849
h = strhash(key) & (x1a->size-1);
usr/src/lib/libsqlite/tool/lemon.c
3956
ph = strhash(key);
usr/src/lib/libsqlite/tool/lemon.c
3981
h = strhash(oldnp->key) & (size-1);
usr/src/lib/libsqlite/tool/lemon.c
4014
h = strhash(key) & (x2a->size-1);
usr/src/uts/common/os/modhash.c
251
mod_hash_destroy_strhash(mod_hash_t *strhash)
usr/src/uts/common/os/modhash.c
253
ASSERT(strhash);
usr/src/uts/common/os/modhash.c
254
mod_hash_destroy_hash(strhash);