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

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_open.c885 fp->ctf_lookups[0].ctl_hash = &fp->ctf_structs;
888 fp->ctf_lookups[1].ctl_hash = &fp->ctf_unions;
891 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
894 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
897 fp->ctf_lookups[4].ctl_hash = NULL;
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.c150 if ((hp = ctf_hash_lookup(lp->ctl_hash, fp, p,
/macosx-10.9.5/dtrace-118.1/head/
H A Dctf_impl.h111 ctf_hash_t *ctl_hash; /* pointer to hash table for lookup */ member in struct:ctf_lookup

Completed in 177 milliseconds