Lines Matching refs:ctf_file_t
161 ctf_file_t *ctb_file; /* CTF container handle */
275 extern ssize_t ctf_get_ctt_size(const ctf_file_t *, const ctf_type_t *,
278 extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t);
281 extern int ctf_hash_insert(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
282 extern int ctf_hash_define(ctf_hash_t *, ctf_file_t *, ushort_t, uint_t);
283 extern ctf_helem_t *ctf_hash_lookup(ctf_hash_t *, ctf_file_t *,
295 extern void ctf_dtd_insert(ctf_file_t *, ctf_dtdef_t *);
296 extern void ctf_dtd_delete(ctf_file_t *, ctf_dtdef_t *);
297 extern ctf_dtdef_t *ctf_dtd_lookup(ctf_file_t *, ctf_id_t);
301 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
304 extern const char *ctf_strraw(ctf_file_t *, uint_t);
305 extern const char *ctf_strptr(ctf_file_t *, uint_t);
307 extern ctf_file_t *ctf_set_open_errno(int *, int);
308 extern long ctf_set_errno(ctf_file_t *, int);