Lines Matching refs:ctf_id_t
130 ctf_id_t cd_type; /* type identifier */
150 ctf_id_t dmd_type; /* type of this member (for sou) */
159 ctf_id_t dtd_type; /* type identifier for this definition */
166 ctf_id_t *dtu_argv; /* function */
173 ctf_id_t dsd_tid; /* type for obj, 0 if function */
175 ctf_id_t *dsd_argc; /* function argv */
181 ctf_id_t dld_type; /* type ID associated with the label */
186 ctf_id_t ctb_type; /* CTF type identifier */
265 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
288 extern ctf_dtdef_t *ctf_dtd_lookup(ctf_file_t *, ctf_id_t);
295 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
321 extern ctf_id_t ctf_add_encoded(ctf_file_t *, uint_t, const char *,
323 extern ctf_id_t ctf_add_reftype(ctf_file_t *, uint_t, const char *, ctf_id_t,
328 extern const ctf_type_t *ctf_dyn_lookup_by_id(ctf_file_t *, ctf_id_t);
329 extern int ctf_dyn_array_info(ctf_file_t *, ctf_id_t, ctf_arinfo_t *);