Searched refs:ctf_lblent_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_labels.c32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels)
45 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff);
46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
57 const ctf_lblent_t *ctlp;
82 const ctf_lblent_t *ctlp;
/macosx-10.9.5/dtrace-118.1/sys/
H A Dctf.h158 } ctf_lblent_t; typedef in typeref:struct:ctf_lblent
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dctf.c147 ctf_lblent_t ctl;
848 ctf_lblent_t *ctl;
851 for (ctl = (ctf_lblent_t *)buf; (caddr_t)ctl < buf + bufsz; ctl++) {
H A Ddump.c242 const ctf_lblent_t *ctl = (ctf_lblent_t *)(cd->cd_ctfdata +

Completed in 103 milliseconds