Searched refs:str_hash (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dstrtab.h47 strhash_t **str_hash; /* array of hash buckets */ member in struct:strtab
H A Dstrtab.c68 sp->str_hash = xcalloc(STRTAB_HASHSZ * sizeof (strhash_t *));
88 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) {
97 free(sp->str_hash);
185 for (hp = sp->str_hash[h]; hp != NULL; hp = hp->str_next) {
200 hp->str_next = sp->str_hash[h];
202 sp->str_hash[h] = hp;
252 for (hp = sp->str_hash[i]; hp != NULL; hp = hp->str_next) {
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_strtab.c81 sp->str_hash = malloc(nbuckets * sizeof (dt_strhash_t *));
83 if (sp->str_hash == NULL)
86 bzero(sp->str_hash, nbuckets * sizeof (dt_strhash_t *));
113 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) {
122 if (sp->str_hash != NULL)
123 free(sp->str_hash);
226 for (hp = sp->str_hash[h]; hp != NULL; hp = hp->str_next) {
258 hp->str_next = sp->str_hash[h];
269 sp->str_hash[h] = hp;
H A Ddt_strtab.h52 dt_strhash_t **str_hash; /* array of hash buckets */ member in struct:dt_strtab
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Decofflink.c377 struct string_hash_table str_hash;
534 if (!bfd_hash_table_init (&ainfo->str_hash.table, string_hash_newfunc,
567 bfd_hash_table_free (&ainfo->str_hash.table);
876 sh = string_hash_lookup (&ainfo->str_hash, name, TRUE, TRUE);
1099 sh = string_hash_lookup (&ainfo->str_hash, string, TRUE, TRUE);
374 struct string_hash_table str_hash; member in struct:accumulate

Completed in 75 milliseconds