Searched refs:ctf_structs (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c326 if ((err = ctf_hash_create(&fp->ctf_structs, pop[CTF_K_STRUCT])) != 0)
408 err = ctf_hash_define(&fp->ctf_structs, fp,
464 hp = &fp->ctf_structs;
473 hp = &fp->ctf_structs;
519 ctf_hash_size(&fp->ctf_structs), nlstructs);
777 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
881 ctf_hash_destroy(&fp->ctf_structs);
H A Dctf_impl.h194 ctf_hash_t ctf_structs; /* hash table of struct types */ member in struct:ctf_file
H A Dctf_create.c410 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
724 ctf_hash_t *hp = &fp->ctf_structs;
797 hp = &fp->ctf_structs;
1122 hp = &dst_fp->ctf_structs;

Completed in 103 milliseconds