Home
last modified time | relevance | path

Searched refs:ctf_convert_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dlibctf.h109 typedef struct ctf_convert_handle ctf_convert_t; typedef
111 extern ctf_convert_t *ctf_convert_init(int *);
112 extern void ctf_convert_fini(ctf_convert_t *);
116 extern int ctf_convert_set_warncb(ctf_convert_t *, ctf_convert_warn_f, void *);
117 extern int ctf_convert_set_batchsize(ctf_convert_t *, uint_t);
118 extern int ctf_convert_set_flags(ctf_convert_t *, ctf_convert_flag_t);
119 extern int ctf_convert_set_label(ctf_convert_t *, const char *);
120 extern int ctf_convert_set_nthreads(ctf_convert_t *, uint_t);
121 extern int ctf_convert_add_ignore(ctf_convert_t *, const char *);
123 extern ctf_file_t *ctf_fdconvert(ctf_convert_t *, int, int *, char *, size_t);
H A Dctf_convert.c116 ctf_elfconvert(ctf_convert_t *cch, int fd, Elf *elf, int *errp, char *errbuf, in ctf_elfconvert()
192 ctf_convert_t *
228 ctf_convert_fini(ctf_convert_t *cch) in ctf_convert_fini()
241 ctf_convert_set_nthreads(ctf_convert_t *cch, uint_t nthrs) in ctf_convert_set_nthreads()
250 ctf_convert_set_batchsize(ctf_convert_t *cch, uint_t bsize) in ctf_convert_set_batchsize()
259 ctf_convert_set_flags(ctf_convert_t *cch, ctf_convert_flag_t flags) in ctf_convert_set_flags()
268 ctf_convert_set_label(ctf_convert_t *cch, const char *label) in ctf_convert_set_label()
285 ctf_convert_set_warncb(ctf_convert_t *cch, ctf_convert_warn_f cb, void *arg) in ctf_convert_set_warncb()
293 ctf_convert_add_ignore(ctf_convert_t *cch, const char *basename) in ctf_convert_add_ignore()
315 ctf_fdconvert(ctf_convert_t *cch, int fd, int *errp, in ctf_fdconvert()
H A Dlibctf_impl.h49 typedef int (*ctf_convert_f)(ctf_convert_t *, int, Elf *, ctf_file_t **,
51 extern int ctf_dwarf_convert(ctf_convert_t *, int, Elf *, ctf_file_t **,
H A Dctf_dwarf.c278 ctf_convert_t *cu_handle; /* ctf convert handle */
3184 ctf_dwarf_preinit_dies(ctf_convert_t *cch, int fd, Elf *elf, Dwarf_Debug dw, in ctf_dwarf_preinit_dies()
3342 c_source_has_debug(ctf_convert_t *cch, const char *file, in c_source_has_debug()
3381 ctf_dwarf_check_missing(ctf_convert_t *cch, ctf_cu_t *cus, size_t nr_cus, in ctf_dwarf_check_missing()
3575 ctf_dwarf_convert(ctf_convert_t *cch, int fd, Elf *elf, ctf_file_t **fpp, in ctf_dwarf_convert()
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c260 ctf_convert_t *cch; in main()