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

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_open.c883 fp->ctf_lookups[0].ctl_prefix = "struct";
884 fp->ctf_lookups[0].ctl_len = strlen(fp->ctf_lookups[0].ctl_prefix);
885 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
886 fp->ctf_lookups[1].ctl_prefix = "union";
887 fp->ctf_lookups[1].ctl_len = strlen(fp->ctf_lookups[1].ctl_prefix);
888 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
889 fp->ctf_lookups[2].ctl_prefix = "enum";
890 fp->ctf_lookups[
[all...]
H A Dctf_create.c414 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
415 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
416 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
417 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
H A Dctf_lookup.c138 for (lp = fp->ctf_lookups; lp->ctl_prefix != NULL; lp++) {
/macosx-10.9.5/dtrace-118.1/head/
H A Dctf_impl.h201 ctf_lookup_t ctf_lookups[5]; /* pointers to hashes for name lookup */ member in struct:ctf_file

Completed in 73 milliseconds