Searched defs:dw_tidhash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c135 hash_t *dw_tidhash; /* hash of tdescs by t_id */ member in struct:dwarf
158 hash_add(dw->dw_tidhash, tdp);
168 if (hash_find(dw->dw_tidhash, &tmpl, (void **)&tdp))
1909 dw.dw_tidhash = hash_new(TDESC_HASH_BUCKETS, tdesc_idhash, tdesc_idcmp);

Completed in 63 milliseconds