ctf_convert_t
ctf_convert_t *cch;
ctf_elfconvert(ctf_convert_t *cch, int fd, Elf *elf, int *errp, char *errbuf,
ctf_convert_t *
ctf_convert_fini(ctf_convert_t *cch)
ctf_convert_set_nthreads(ctf_convert_t *cch, uint_t nthrs)
ctf_convert_set_batchsize(ctf_convert_t *cch, uint_t bsize)
ctf_convert_set_flags(ctf_convert_t *cch, ctf_convert_flag_t flags)
ctf_convert_set_label(ctf_convert_t *cch, const char *label)
ctf_convert_set_warncb(ctf_convert_t *cch, ctf_convert_warn_f cb, void *arg)
ctf_convert_add_ignore(ctf_convert_t *cch, const char *basename)
ctf_fdconvert(ctf_convert_t *cch, int fd, int *errp,
ctf_convert_t *cu_handle; /* ctf convert handle */
ctf_dwarf_preinit_dies(ctf_convert_t *cch, int fd, Elf *elf, Dwarf_Debug dw,
c_source_has_debug(ctf_convert_t *cch, const char *file,
ctf_dwarf_check_missing(ctf_convert_t *cch, ctf_cu_t *cus, size_t nr_cus,
ctf_dwarf_convert(ctf_convert_t *cch, int fd, Elf *elf, ctf_file_t **fpp,
extern ctf_convert_t *ctf_convert_init(int *);
extern void ctf_convert_fini(ctf_convert_t *);
extern int ctf_convert_set_warncb(ctf_convert_t *, ctf_convert_warn_f, void *);
extern int ctf_convert_set_batchsize(ctf_convert_t *, uint_t);
extern int ctf_convert_set_flags(ctf_convert_t *, ctf_convert_flag_t);
extern int ctf_convert_set_label(ctf_convert_t *, const char *);
extern int ctf_convert_set_nthreads(ctf_convert_t *, uint_t);
extern int ctf_convert_add_ignore(ctf_convert_t *, const char *);
extern ctf_file_t *ctf_fdconvert(ctf_convert_t *, int, int *, char *, size_t);
typedef int (*ctf_convert_f)(ctf_convert_t *, int, Elf *, ctf_file_t **,
extern int ctf_dwarf_convert(ctf_convert_t *, int, Elf *, ctf_file_t **,