Lines Matching refs:ctf_file_t
174 ctf_file_t *ctb_file; /* CTF container handle */
304 extern void ctf_get_ctt_index(const ctf_file_t *fp, const void *v,
306 extern ssize_t ctf_get_ctt_size(const ctf_file_t *, const void *v, ssize_t *,
308 extern void ctf_get_ctt_info(const ctf_file_t *, const void *v, uint_t *kind,
311 extern void ctf_get_ctm_info(const ctf_file_t *fp, const void *v, size_t sz,
314 extern const void *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
315 extern const char *ctf_type_rname(ctf_file_t *, const void *);
318 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, uint_t, uint_t);
319 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, uint_t, uint_t);
320 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
332 extern void ctf_dtd_insert(ctf_file_t *, ctf_dtdef_t *);
333 extern void ctf_dtd_delete(ctf_file_t *, ctf_dtdef_t *);
334 extern ctf_dtdef_t *ctf_dtd_lookup(ctf_file_t *, ctf_id_t);
338 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
341 extern const char *ctf_strraw(const ctf_file_t *, uint_t);
342 extern const char *ctf_strptr(const ctf_file_t *, uint_t);
344 extern ctf_file_t *ctf_set_open_errno(int *, int);
345 extern long ctf_set_errno(ctf_file_t *, int);