Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dtdata.c129 tdesc_idhash(int nbuckets, void *data) in tdesc_idhash() function
382 new->td_idhash = hash_new(TDATA_ID_HASH_SIZE, tdesc_idhash, in tdata_new()
Dctftools.h418 int tdesc_idhash(int, void *);
Ddwarf.c1892 dw.dw_tidhash = hash_new(TDESC_HASH_BUCKETS, tdesc_idhash, tdesc_idcmp); in dw_read()