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

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_open.c441 if ((err = ctf_hash_create(&fp->ctf_enums, pop[CTF_K_ENUM])) != 0)
549 err = ctf_hash_define(&fp->ctf_enums, fp,
579 hp = &fp->ctf_enums;
626 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums));
891 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
998 ctf_hash_destroy(&fp->ctf_enums);
H A Dctf_create.c416 fp->ctf_lookups[2].ctl_hash = &fp->ctf_enums;
772 ctf_hash_t *hp = &fp->ctf_enums;
807 hp = &fp->ctf_enums;
1132 hp = &dst_fp->ctf_enums;
/macosx-10.9.5/dtrace-118.1/head/
H A Dctf_impl.h199 ctf_hash_t ctf_enums; /* hash table of enum types */ member in struct:ctf_file

Completed in 216 milliseconds