Searched refs:cth_lbloff (Results 1 – 6 of 6) 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()
615 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()620 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()626 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
423 hdr.cth_objtoff = hdr.cth_lbloff + labelsize; in ctf_update()444 hdr.cth_lbloff, hdr.cth_objtoff, hdr.cth_funcoff, in ctf_update()
121 uint_t cth_lbloff; /* offset of label section */ member
623 h.cth_lbloff = 0; in ctf_gen()746 caddr_t buf = ctfdata + h->cth_lbloff; in resurrect_labels()748 size_t bufsz = h->cth_objtoff - h->cth_lbloff; in resurrect_labels()
275 hp->cth_lbloff); in ctfdump_header()