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

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c132 hash_t *dw_tidhash; /* hash of tdescs by t_id */ member in struct:dwarf
155 hash_add(dw->dw_tidhash, tdp);
166 if (hash_find(dw->dw_tidhash, &tmpl, &tdp))
1866 dw.dw_tidhash = hash_new(TDESC_HASH_BUCKETS, tdesc_idhash, tdesc_idcmp);

Completed in 110 milliseconds