Home
last modified time | relevance | path

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

/titanic_53/usr/src/common/ctf/
H A Dctf_hash.c55 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
63 bzero(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
98 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; in ctf_hash_insert()
134 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); in ctf_hash_define()
143 ctf_helem_t *
146 ctf_helem_t *hep; in ctf_hash_lookup()
174 ctf_free(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_destroy()
H A Dctf_impl.h73 } ctf_helem_t; typedef
77 ctf_helem_t *h_chains; /* hash chains buffer */
264 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
H A Dctf_lookup.c84 const ctf_helem_t *hp; in ctf_lookup_by_name()
H A Dctf_create.c1181 ctf_helem_t *hep = NULL; in ctf_add_struct()
1217 ctf_helem_t *hep = NULL; in ctf_add_union()
1253 ctf_helem_t *hep = NULL; in ctf_add_enum()
1289 ctf_helem_t *hep; in ctf_add_forward()
1699 ctf_helem_t *hep; in ctf_add_type()
H A Dctf_open.c354 ctf_helem_t *hep; in init_types()