Searched refs:ctf_lblinfo_t (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-labels.c | 69 ctf_lblinfo_t linfo; in ctf_label_iter() 99 ctf_lblinfo_t *lca_info; /* Where to store the info about the label. */ 103 label_info_cb (const char *lname, const ctf_lblinfo_t *linfo, void *arg) in label_info_cb() 114 sizeof (ctf_lblinfo_t)); in label_info_cb() 123 ctf_label_info (ctf_file_t *fp, const char *lname, ctf_lblinfo_t *linfo) in ctf_label_info()
|
H A D | ctf-dump.c | 307 ctf_dump_label (const char *name, const ctf_lblinfo_t *info, in ctf_dump_label()
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ctf-api.h | 136 } ctf_lblinfo_t; typedef 239 typedef int ctf_label_f (const char *name, const ctf_lblinfo_t *info, 342 extern int ctf_label_info (ctf_file_t *, const char *, ctf_lblinfo_t *);
|