Lines Matching refs:ctf_hash_t
78 } ctf_hash_t; typedef
98 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */
196 ctf_hash_t ctf_structs; /* hash table of struct types */
197 ctf_hash_t ctf_unions; /* hash table of union types */
198 ctf_hash_t ctf_enums; /* hash table of enum types */
199 ctf_hash_t ctf_names; /* hash table of remaining type names */
317 extern int ctf_hash_create(ctf_hash_t *, ulong_t);
318 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, uint_t, uint_t);
319 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, uint_t, uint_t);
320 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
322 extern uint_t ctf_hash_size(const ctf_hash_t *);
323 extern void ctf_hash_destroy(ctf_hash_t *);