Lines Matching refs:ctf_id_t
167 ctf_id_t cd_type; /* Type identifier. */
186 ctf_id_t dtd_type; /* Type identifier for this definition. */
196 ctf_id_t dvd_type; /* Type of variable. */
247 ctf_id_t cltk_idx;
254 ctf_id_t ctii_type;
535 ctf_id_t ctn_type;
601 extern const ctf_type_t *ctf_lookup_by_id (ctf_dict_t **, ctf_id_t);
602 extern ctf_id_t ctf_lookup_by_rawname (ctf_dict_t *, int, const char *);
603 extern ctf_id_t ctf_lookup_by_rawhash (ctf_dict_t *, ctf_names_t *, const char *);
608 const char *, ctf_id_t);
610 extern ctf_dict_t *ctf_get_dict (ctf_dict_t *fp, ctf_id_t type);
635 extern ctf_id_t ctf_hash_lookup_type (ctf_hash_t *, ctf_dict_t *, const char *);
689 extern ctf_dtdef_t *ctf_dtd_lookup (const ctf_dict_t *, ctf_id_t);
690 extern ctf_dtdef_t *ctf_dynamic_type (const ctf_dict_t *, ctf_id_t);
696 extern ctf_id_t ctf_add_encoded (ctf_dict_t *, uint32_t, const char *,
698 extern ctf_id_t ctf_add_reftype (ctf_dict_t *, uint32_t, ctf_id_t,
708 extern ctf_id_t ctf_dedup_type_mapping (ctf_dict_t *fp, ctf_dict_t *src_fp,
709 ctf_id_t src_type);
713 extern void ctf_decl_push (ctf_decl_t *, ctf_dict_t *, ctf_id_t);
766 extern ctf_id_t ctf_type_resolve_unsliced (ctf_dict_t *, ctf_id_t);
767 extern int ctf_type_kind_unsliced (ctf_dict_t *, ctf_id_t);