Symbol: ctf_convert_t
usr/src/cmd/ctfconvert/ctfconvert.c
260
ctf_convert_t *cch;
usr/src/lib/libctf/common/ctf_convert.c
116
ctf_elfconvert(ctf_convert_t *cch, int fd, Elf *elf, int *errp, char *errbuf,
usr/src/lib/libctf/common/ctf_convert.c
192
ctf_convert_t *
usr/src/lib/libctf/common/ctf_convert.c
228
ctf_convert_fini(ctf_convert_t *cch)
usr/src/lib/libctf/common/ctf_convert.c
241
ctf_convert_set_nthreads(ctf_convert_t *cch, uint_t nthrs)
usr/src/lib/libctf/common/ctf_convert.c
250
ctf_convert_set_batchsize(ctf_convert_t *cch, uint_t bsize)
usr/src/lib/libctf/common/ctf_convert.c
259
ctf_convert_set_flags(ctf_convert_t *cch, ctf_convert_flag_t flags)
usr/src/lib/libctf/common/ctf_convert.c
268
ctf_convert_set_label(ctf_convert_t *cch, const char *label)
usr/src/lib/libctf/common/ctf_convert.c
285
ctf_convert_set_warncb(ctf_convert_t *cch, ctf_convert_warn_f cb, void *arg)
usr/src/lib/libctf/common/ctf_convert.c
293
ctf_convert_add_ignore(ctf_convert_t *cch, const char *basename)
usr/src/lib/libctf/common/ctf_convert.c
315
ctf_fdconvert(ctf_convert_t *cch, int fd, int *errp,
usr/src/lib/libctf/common/ctf_dwarf.c
278
ctf_convert_t *cu_handle; /* ctf convert handle */
usr/src/lib/libctf/common/ctf_dwarf.c
3184
ctf_dwarf_preinit_dies(ctf_convert_t *cch, int fd, Elf *elf, Dwarf_Debug dw,
usr/src/lib/libctf/common/ctf_dwarf.c
3342
c_source_has_debug(ctf_convert_t *cch, const char *file,
usr/src/lib/libctf/common/ctf_dwarf.c
3381
ctf_dwarf_check_missing(ctf_convert_t *cch, ctf_cu_t *cus, size_t nr_cus,
usr/src/lib/libctf/common/ctf_dwarf.c
3575
ctf_dwarf_convert(ctf_convert_t *cch, int fd, Elf *elf, ctf_file_t **fpp,
usr/src/lib/libctf/common/libctf.h
111
extern ctf_convert_t *ctf_convert_init(int *);
usr/src/lib/libctf/common/libctf.h
112
extern void ctf_convert_fini(ctf_convert_t *);
usr/src/lib/libctf/common/libctf.h
116
extern int ctf_convert_set_warncb(ctf_convert_t *, ctf_convert_warn_f, void *);
usr/src/lib/libctf/common/libctf.h
117
extern int ctf_convert_set_batchsize(ctf_convert_t *, uint_t);
usr/src/lib/libctf/common/libctf.h
118
extern int ctf_convert_set_flags(ctf_convert_t *, ctf_convert_flag_t);
usr/src/lib/libctf/common/libctf.h
119
extern int ctf_convert_set_label(ctf_convert_t *, const char *);
usr/src/lib/libctf/common/libctf.h
120
extern int ctf_convert_set_nthreads(ctf_convert_t *, uint_t);
usr/src/lib/libctf/common/libctf.h
121
extern int ctf_convert_add_ignore(ctf_convert_t *, const char *);
usr/src/lib/libctf/common/libctf.h
123
extern ctf_file_t *ctf_fdconvert(ctf_convert_t *, int, int *, char *, size_t);
usr/src/lib/libctf/common/libctf_impl.h
49
typedef int (*ctf_convert_f)(ctf_convert_t *, int, Elf *, ctf_file_t **,
usr/src/lib/libctf/common/libctf_impl.h
51
extern int ctf_dwarf_convert(ctf_convert_t *, int, Elf *, ctf_file_t **,