Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/common/
H A Dstring_table.c327 if (stp->st_hashbcks) { in st_destroy()
329 for (sthash = stp->st_hashbcks[i], psthash = 0; in st_destroy()
338 free(stp->st_hashbcks); in st_destroy()
434 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; sthash; in st_setstring()
488 Str_hash **hashbcks = stp->st_hashbcks; in st_hash_insert()
601 if ((stp->st_hashbcks = calloc(stp->st_hbckcnt, in st_getstrtab_sz()
602 sizeof (*stp->st_hashbcks))) == NULL) in st_getstrtab_sz()
772 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; in st_findstring()
/illumos-gate/usr/src/cmd/sgs/include/
H A D_string_table.h101 Str_hash **st_hashbcks; /* hash buckets */ member
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c122 Str_hash *strhash = stp->st_hashbcks[cnt]; in Dbg_sec_strtab()
/illumos-gate/usr/src/tools/sgs/sgsmsg/
H A Dsgsmsg.c332 Str_hash *sthash = stp->st_hashbcks[cnt]; in dump_stringtab()