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

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_open.c444 if ((err = ctf_hash_create(&fp->ctf_names,
487 if ((hep = ctf_hash_lookup(&fp->ctf_names, fp,
489 err = ctf_hash_insert(&fp->ctf_names, fp,
509 err = ctf_hash_insert(&fp->ctf_names, fp,
559 err = ctf_hash_insert(&fp->ctf_names, fp,
610 err = ctf_hash_insert(&fp->ctf_names, fp,
632 ctf_hash_size(&fp->ctf_names));
894 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
999 ctf_hash_destroy(&fp->ctf_names);
H A Dctf_create.c417 fp->ctf_lookups[3].ctl_hash = &fp->ctf_names;
1135 hp = &dst_fp->ctf_names;
/macosx-10.9.5/dtrace-118.1/head/
H A Dctf_impl.h200 ctf_hash_t ctf_names; /* hash table of remaining type names */ member in struct:ctf_file

Completed in 179 milliseconds