Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c129 hash_t *dw_tidhash; /* hash of tdescs by t_id */ member
152 hash_add(dw->dw_tidhash, tdp); in tdesc_add()
163 if (hash_find(dw->dw_tidhash, &tmpl, &tdp)) in tdesc_lookup()
1927 dw.dw_tidhash = hash_new(TDESC_HASH_BUCKETS, tdesc_idhash, tdesc_idcmp); in dw_read()