Searched refs:ctf_hash_size (Results 1 – 9 of 9) sorted by relevance
510 ctf_dprintf("%u enum names hashed\n", ctf_hash_size(&fp->ctf_enums)); in init_types()512 ctf_hash_size(&fp->ctf_structs), nlstructs); in init_types()514 ctf_hash_size(&fp->ctf_unions), nlunions); in init_types()516 ctf_hash_size(&fp->ctf_names)); in init_types()
73 ctf_hash_size(const ctf_hash_t *hp) in ctf_hash_size() function
289 extern uint_t ctf_hash_size(const ctf_hash_t *);
950 ctf_hash_size (fp->ctf_enums.ctn_readonly)); in init_types()952 ctf_hash_size (fp->ctf_structs.ctn_readonly), nlstructs); in init_types()954 ctf_hash_size (fp->ctf_unions.ctn_readonly), nlunions); in init_types()956 ctf_hash_size (fp->ctf_names.ctn_readonly)); in init_types()
636 extern uint32_t ctf_hash_size (const ctf_hash_t *);
782 ctf_hash_size (const ctf_hash_t *hp) in ctf_hash_size() function