Searched refs:ctf_label_iter (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_labels.c | 78 ctf_label_iter(ctf_file_t *fp, ctf_label_f *func, void *arg) in ctf_label_iter() function 144 if ((rc = ctf_label_iter(fp, label_info_cb, &cb_arg)) == CTF_ERR) in ctf_label_info()
|
/illumos-gate/usr/src/cmd/ctfdiff/ |
H A D | ctfdiff.c | 229 ret = ctf_label_iter(ifp, ctfdiff_labels_count, &nilabel); in ctfdiff_labels() 232 ret = ctf_label_iter(ofp, ctfdiff_labels_count, &nolabel); in ctfdiff_labels() 259 if ((ret = ctf_label_iter(ifp, ctfdiff_labels_fill, &idl)) != 0) in ctfdiff_labels() 261 if ((ret = ctf_label_iter(ofp, ctfdiff_labels_fill, &odl)) != 0) in ctfdiff_labels()
|
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 72 ctf_label_iter;
|
/illumos-gate/usr/src/uts/common/ctf/ |
H A D | mapfile | 75 ctf_label_iter;
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 101 ctf_label_iter;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 280 extern int ctf_label_iter(ctf_file_t *, ctf_label_f *, void *);
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 302 if (ctf_label_iter(g_fp, ctfdump_labels_cb, NULL) == CTF_ERR) { in ctfdump_labels()
|