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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstrtab.h47 strhash_t **str_hash; /* array of hash buckets */ member in struct:strtab
H A Dstrtab.c53 sp->str_hash = xcalloc(STRTAB_HASHSZ * sizeof (strhash_t *));
73 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) {
82 free(sp->str_hash);
170 for (hp = sp->str_hash[h]; hp != NULL; hp = hp->str_next) {
185 hp->str_next = sp->str_hash[h];
187 sp->str_hash[h] = hp;
237 for (hp = sp->str_hash[i]; hp != NULL; hp = hp->str_next) {
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_strtab.c73 sp->str_hash = malloc(nbuckets * sizeof (dt_strhash_t *));
75 if (sp->str_hash == NULL)
78 bzero(sp->str_hash, nbuckets * sizeof (dt_strhash_t *));
105 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) {
114 if (sp->str_hash != NULL)
115 free(sp->str_hash);
218 for (hp = sp->str_hash[h]; hp != NULL; hp = hp->str_next) {
250 hp->str_next = sp->str_hash[h];
261 sp->str_hash[h] = hp;
H A Ddt_strtab.h47 dt_strhash_t **str_hash; /* array of hash buckets */ member in struct:dt_strtab
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Decofflink.c378 struct string_hash_table str_hash;
535 if (!bfd_hash_table_init (&ainfo->str_hash.table, string_hash_newfunc,
568 bfd_hash_table_free (&ainfo->str_hash.table);
878 sh = string_hash_lookup (&ainfo->str_hash, name, TRUE, TRUE);
1101 sh = string_hash_lookup (&ainfo->str_hash, string, TRUE, TRUE);
375 struct string_hash_table str_hash; member in struct:accumulate
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Decofflink.c378 struct string_hash_table str_hash;
535 if (!bfd_hash_table_init (&ainfo->str_hash.table, string_hash_newfunc,
568 bfd_hash_table_free (&ainfo->str_hash.table);
878 sh = string_hash_lookup (&ainfo->str_hash, name, TRUE, TRUE);
1101 sh = string_hash_lookup (&ainfo->str_hash, string, TRUE, TRUE);
375 struct string_hash_table str_hash; member in struct:accumulate
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Decoff.c954 struct hash_control *str_hash; /* string hash table */
1002 (struct hash_control *)0, /* str_hash: string hash table */
1664 cur_file_ptr->str_hash,
2300 fil_ptr->str_hash = hash_new ();
2304 fil_ptr->str_hash,
4153 fil_ptr->str_hash,
952 struct hash_control *str_hash; /* string hash table */ member in struct:efdr

Completed in 129 milliseconds