Searched refs:cth_objtoff (Results 1 – 5 of 5) sorted by relevance
194 (void) printf(" cth_objtoff = %u\n", hp->cth_objtoff); in print_header()209 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl); in print_labeltable()217 if (hp->cth_objtoff >= cd->cd_ctflen) in print_labeltable()219 if (hp->cth_lbloff > hp->cth_objtoff) in print_labeltable()271 const ushort_t *idp = (ushort_t *)(cd->cd_ctfdata + hp->cth_objtoff); in read_data()272 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / sizeof (ushort_t); in read_data()277 if (hp->cth_objtoff & 1) in read_data()279 if (hp->cth_objtoff >= cd->cd_ctflen) in read_data()283 if (hp->cth_objtoff > hp->cth_funcoff) in read_data()
122 uint_t cth_objtoff; /* offset of object section */ member137 uint_t cth_objtoff; member
118 uint_t objtoff = hp->cth_objtoff; in init_symtab()600 hp.cth_objtoff = h1p->cth_objtoff; in ctf_bufopen()614 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()619 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()620 hp.cth_objtoff > hp.cth_funcoff || in ctf_bufopen()625 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
628 h.cth_objtoff = ctf_buf_cur(buf); in ctf_gen()748 size_t bufsz = h->cth_objtoff - h->cth_lbloff; in resurrect_labels()792 caddr_t buf = ctfdata + h->cth_objtoff; in resurrect_objects()793 size_t bufsz = h->cth_funcoff - h->cth_objtoff; in resurrect_objects()