Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c324 if (stp->st_hashbcks) { in st_destroy()
326 for (sthash = stp->st_hashbcks[i], psthash = 0; in st_destroy()
335 free(stp->st_hashbcks); in st_destroy()
397 for (sthash = stp->st_hashbcks[hashval % stp->st_hbckcnt]; sthash; in st_setstring()
451 Str_hash **hashbcks = stp->st_hashbcks; in st_hash_insert()
571 if ((stp->st_hashbcks = calloc(sizeof (*stp->st_hashbcks), in st_getstrtab_sz()
H A Dsgsmsg.c332 Str_hash *sthash = stp->st_hashbcks[cnt]; in dump_stringtab()
/titanic_41/usr/src/cmd/sgs/include/
H A D_string_table.h103 Str_hash **st_hashbcks; /* hash buckets */ member
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c122 Str_hash *strhash = stp->st_hashbcks[cnt]; in Dbg_sec_strtab()