Searched defs:ctf_hash_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h78 } ctf_hash_t; typedef in typeref:struct:ctf_hash
98 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */
185 ctf_hash_t ctf_structs; /* hash table of struct types */
186 ctf_hash_t ctf_unions; /* hash table of union types */
187 ctf_hash_t ctf_enums; /* hash table of enum types */
188 ctf_hash_t ctf_names; /* hash table of remaining type names */
284 extern int ctf_hash_create(ctf_hash_t *, ulong_t);
285 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
286 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
287 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_
[all...]

Completed in 46 milliseconds