Searched refs:ctf_lookups (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c775 fp->ctf_lookups[0].ctl_prefix = "struct";
776 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix);
777 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
778 fp->ctf_lookups[1].ctl_prefix = "union";
779 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix);
780 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
781 fp->ctf_lookups[2].ctl_prefix = "enum";
782 fp->ctf_lookups[
[all...]
H A Dctf_impl.h198 ctf_lookup_t ctf_lookups[5]; /* pointers to hashes for name lookup */ member in struct:ctf_file
H A Dctf_lookup.c136 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) {
H A Dctf_create.c410 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
411 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
412 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
413 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;

Completed in 51 milliseconds