Home
last modified time | relevance | path

Searched refs:ctf_structs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c317 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0) in init_types()
399 err = ctf_hash_define(&fp->ctf_structs, fp, in init_types()
455 hp = &fp->ctf_structs; in init_types()
464 hp = &fp->ctf_structs; in init_types()
510 ctf_hash_size(&fp->ctf_structs), nlstructs); in init_types()
764 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_bufopen()
979 ctf_hash_destroy(&fp->ctf_structs); in ctf_close()
H A Dctf_impl.h207 ctf_hash_t ctf_structs; /* hash table of struct types */ member
H A Dctf_create.c717 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs; in ctf_update()
1194 ctf_hash_t *hp = &fp->ctf_structs; in ctf_add_struct()
1319 hp = &fp->ctf_structs; in ctf_add_forward()
1738 hp = &dst_fp->ctf_structs; in ctf_add_type()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c509 &cmp->cm_src->ctf_structs, cmp->cm_src); in ctf_merge_add_sou()
513 &cmp->cm_out->ctf_structs, cmp->cm_out); in ctf_merge_add_sou()