Lines Matching refs:cth_objtoff
201 (void) printf(" cth_objtoff = %u\n", hp->cth_objtoff);
215 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl);
223 if (hp->cth_objtoff >= cd->cd_ctflen)
224 WARN("file is truncated or cth_objtoff is corrupt\n");
225 if (hp->cth_lbloff > hp->cth_objtoff)
226 WARN("file is corrupt -- cth_lbloff > cth_objtoff\n");
276 const char *v = (void *) (cd->cd_ctfdata + hp->cth_objtoff);
277 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / cd->cd_idwidth;
282 if (hp->cth_objtoff & 1)
283 WARN("cth_objtoff is not aligned properly\n");
284 if (hp->cth_objtoff >= cd->cd_ctflen)
285 WARN("file is truncated or cth_objtoff is corrupt\n");
288 if (hp->cth_objtoff > hp->cth_funcoff)
289 WARN("file is corrupt -- cth_objtoff > cth_funcoff\n");