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

/freebsd-10-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c758 fp->ctf_lookups[0].ctl_prefix = "struct";
759 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix);
760 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
761 fp->ctf_lookups[1].ctl_prefix = "union";
762 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix);
763 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
764 fp->ctf_lookups[2].ctl_prefix = "enum";
765 fp->ctf_lookups[
[all...]
H A Dctf_impl.h189 ctf_lookup_t ctf_lookups[5]; /* pointers to hashes for name lookup */ member in struct:ctf_file
H A Dctf_lookup.c132 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) {
H A Dctf_create.c458 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
459 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
460 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
461 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;

Completed in 107 milliseconds