Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_hash.c57 hp->h_chains = ctf_alloc(sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
65 bzero(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_create()
100 ctf_helem_t *hep = &hp->h_chains[hp->h_free]; in ctf_hash_insert()
136 ctf_helem_t *hep = ctf_hash_lookup(hp, fp, str, strlen(str)); in ctf_hash_define()
145 ctf_helem_t *
148 ctf_helem_t *hep; in ctf_hash_lookup()
176 ctf_free(hp->h_chains, sizeof (ctf_helem_t) * hp->h_nelems); in ctf_hash_destroy()
187 ctf_helem_t *hep; in ctf_hash_dump()
H A Dctf_impl.h74 } ctf_helem_t; typedef
78 ctf_helem_t *h_chains; /* hash chains buffer */
272 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
H A Dctf_lookup.c86 const ctf_helem_t *hp; in ctf_lookup_by_name()
H A Dctf_create.c1195 ctf_helem_t *hep = NULL; in ctf_add_struct()
1231 ctf_helem_t *hep = NULL; in ctf_add_union()
1271 ctf_helem_t *hep = NULL; in ctf_add_enum()
1313 ctf_helem_t *hep; in ctf_add_forward()
1720 ctf_helem_t *hep; in ctf_add_type()
H A Dctf_open.c355 ctf_helem_t *hep; in init_types()