Searched refs:cth_lbloff (Results 1 – 5 of 5) sorted by relevance
45 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff); in extract_label_info()46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
614 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()619 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()625 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
193 (void) printf(" cth_lbloff = %u\n", hp->cth_lbloff); in print_header()206 void *v = (void *) (cd->cd_ctfdata + hp->cth_lbloff); in print_labeltable()208 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl); in print_labeltable()212 if (hp->cth_lbloff & 3) in print_labeltable()214 if (hp->cth_lbloff >= cd->cd_ctflen) in print_labeltable()218 if (hp->cth_lbloff > hp->cth_objtoff) in print_labeltable()
123 uint_t cth_lbloff; /* offset of label section */ member
718 h.cth_lbloff = 0; in ctf_gen()745 SWAP_32(h.cth_lbloff); in ctf_gen()853 caddr_t buf = ctfdata + h->cth_lbloff; in resurrect_labels()855 size_t bufsz = h->cth_objtoff - h->cth_lbloff; in resurrect_labels()