Searched refs:cth_objtoff (Results 1 – 6 of 6) sorted by relevance
193 (void) printf(" cth_objtoff = %u\n", hp->cth_objtoff); in print_header()207 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl); in print_labeltable()215 if (hp->cth_objtoff >= cd->cd_ctflen) in print_labeltable()217 if (hp->cth_lbloff > hp->cth_objtoff) in print_labeltable()268 void *v = (void *) (cd->cd_ctfdata + hp->cth_objtoff); in read_data()270 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / sizeof (ushort_t); in read_data()275 if (hp->cth_objtoff & 1) in read_data()277 if (hp->cth_objtoff >= cd->cd_ctflen) in read_data()281 if (hp->cth_objtoff > hp->cth_funcoff) in read_data()
124 uint_t cth_objtoff; /* offset of object section */ member139 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()
719 h.cth_objtoff = ctf_buf_cur(buf); in ctf_gen()742 SWAP_32(h.cth_objtoff); in ctf_gen()851 size_t bufsz = h->cth_objtoff - h->cth_lbloff; in resurrect_labels()895 caddr_t buf = ctfdata + h->cth_objtoff; in resurrect_objects()896 size_t bufsz = h->cth_funcoff - h->cth_objtoff; in resurrect_objects()
354 uint32_t objtoff = hp->cth_objtoff; in fbt_ctfoff_init()