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

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c74 * recording all forward declarations in dw_fwdhash. When we define a
133 hash_t *dw_fwdhash; /* hash of fwd decls by name */ member in struct:dwarf
899 hash_add(dw->dw_fwdhash, tdp);
903 (void) hash_find_iter(dw->dw_fwdhash, tdp, die_fwd_map, tdp);
1867 dw.dw_fwdhash = hash_new(TDESC_HASH_BUCKETS, tdesc_namehash,

Completed in 109 milliseconds