Home
last modified time | relevance | path

Searched refs:ctf_lblent_t (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-labels.c24 extract_label_info (ctf_file_t *fp, const ctf_lblent_t **ctl, in extract_label_info()
31 *ctl = (const ctf_lblent_t *) (fp->ctf_buf + h->cth_lbloff); in extract_label_info()
32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
42 const ctf_lblent_t *ctlp = NULL; in ctf_label_topmost()
66 const ctf_lblent_t *ctlp = NULL; in ctf_label_iter()
H A Dctf-open.c985 ctf_lblent_t *lbl = start; in flip_lbls()
/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf.h208 } ctf_lblent_t; typedef