Home
last modified time | relevance | path

Searched refs:ctf_lblinfo_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_labels.c82 ctf_lblinfo_t linfo; in ctf_label_iter()
109 ctf_lblinfo_t *lca_info; /* Where to store the info about the label */
113 label_info_cb(const char *lname, const ctf_lblinfo_t *linfo, void *arg) in label_info_cb()
125 sizeof (ctf_lblinfo_t)); in label_info_cb()
136 ctf_label_info(ctf_file_t *fp, const char *lname, ctf_lblinfo_t *linfo) in ctf_label_info()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h167 } ctf_lblinfo_t; typedef
206 typedef int ctf_label_f(const char *, const ctf_lblinfo_t *, void *);
275 extern int ctf_label_info(ctf_file_t *, const char *, ctf_lblinfo_t *);
/illumos-gate/usr/src/cmd/ctfdiff/
H A Dctfdiff.c200 ctfdiff_labels_count(const char *name, const ctf_lblinfo_t *li, void *arg) in ctfdiff_labels_count()
210 ctfdiff_labels_fill(const char *name, const ctf_lblinfo_t *li, void *arg) in ctfdiff_labels_fill()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c290 ctfdump_labels_cb(const char *name, const ctf_lblinfo_t *li, void *arg) in ctfdump_labels_cb()