Searched refs:str_hash (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_strtab.c | 73 sp->str_hash = malloc(nbuckets * sizeof (dt_strhash_t *)); in dt_strtab_create() 75 if (sp->str_hash == NULL) in dt_strtab_create() 78 bzero(sp->str_hash, nbuckets * sizeof (dt_strhash_t *)); in dt_strtab_create() 105 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) { in dt_strtab_destroy() 114 if (sp->str_hash != NULL) in dt_strtab_destroy() 115 free(sp->str_hash); in dt_strtab_destroy() 218 for (hp = sp->str_hash[h]; hp != NULL; hp = hp->str_next) { in dt_strtab_index() 250 hp->str_next = sp->str_hash[h]; in dt_strtab_insert() 261 sp->str_hash[h] = hp; in dt_strtab_insert()
|
| D | dt_strtab.h | 47 dt_strhash_t **str_hash; /* array of hash buckets */ member
|
| /freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | strtab.c | 53 sp->str_hash = xcalloc(STRTAB_HASHSZ * sizeof (strhash_t *)); in strtab_create() 73 for (hp = sp->str_hash[i]; hp != NULL; hp = hq) { in strtab_destroy() 82 free(sp->str_hash); in strtab_destroy() 170 for (hp = sp->str_hash[h]; hp != NULL; hp = hp->str_next) { in strtab_insert() 185 hp->str_next = sp->str_hash[h]; in strtab_insert() 187 sp->str_hash[h] = hp; in strtab_insert() 237 for (hp = sp->str_hash[i]; hp != NULL; hp = hp->str_next) { in strtab_print()
|
| D | strtab.h | 47 strhash_t **str_hash; /* array of hash buckets */ member
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | ecofflink.c | 374 struct string_hash_table str_hash; member 531 if (!bfd_hash_table_init (&ainfo->str_hash.table, string_hash_newfunc, 564 bfd_hash_table_free (&ainfo->str_hash.table); 873 sh = string_hash_lookup (&ainfo->str_hash, name, TRUE, TRUE); 1096 sh = string_hash_lookup (&ainfo->str_hash, string, TRUE, TRUE);
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ecoff.c | 952 struct hash_control *str_hash; /* string hash table */ member 1646 cur_file_ptr->str_hash, in add_ecoff_symbol() 2276 fil_ptr->str_hash = hash_new (); in add_file() 2280 fil_ptr->str_hash, in add_file() 4111 fil_ptr->str_hash, in ecoff_build_symbols()
|