Searched refs:cth_objtoff (Results 1 – 5 of 5) sorted by relevance
122 uint_t cth_objtoff; /* offset of object section */ member137 uint_t cth_objtoff; member
119 uint_t objtoff = hp->cth_objtoff; in init_symtab()602 hp.cth_objtoff = h1p->cth_objtoff; in ctf_bufopen()616 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()621 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()622 hp.cth_objtoff > hp.cth_funcoff || in ctf_bufopen()627 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
44 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
433 hdr.cth_objtoff = hdr.cth_lbloff + labelsize; in ctf_update()434 hdr.cth_funcoff = hdr.cth_objtoff + objsize; in ctf_update()454 hdr.cth_lbloff, hdr.cth_objtoff, hdr.cth_funcoff, in ctf_update()466 hdr.cth_objtoff); in ctf_update()
279 hp->cth_objtoff); in ctfdump_header()