ctf_header_t
const ctf_header_t *hp;
hp = (const ctf_header_t *) lc.ctftab;
dp = (const char *)(lc.ctftab + offset + sizeof(ctf_header_t));
const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;
const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t);
const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;
const uint8_t *ctfdata = lc->ctftab + sizeof(ctf_header_t);
tp = (const void *) (lc->ctftab + offset + sizeof(ctf_header_t));
const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;
const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;
strp = (const char *)(lc->ctftab + hp->cth_stroff + name + sizeof(ctf_header_t));
const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;
const ctf_header_t *hp = (const ctf_header_t *) lc->ctftab;
const ctf_header_t *hp = db_ctf_fetch_cth(lc);
const uint8_t *ctfstart = (const uint8_t *)hp + sizeof(ctf_header_t);
start = cur = __DECONST(char *, hp) + sizeof(ctf_header_t) +
const ctf_header_t *hp = db_ctf_fetch_cth(&sd->lc);
const uint8_t *ctfstart = (const uint8_t *)hp + sizeof(ctf_header_t);
const ctf_header_t *hp = db_ctf_fetch_cth(&sd->lc);
ret = ((const char *)hp + sizeof(ctf_header_t)) + stroff;
const uint32_t *)(sd->lc.ctftab + sizeof(ctf_header_t) + objtoff);
static const ctf_header_t *
return (const ctf_header_t *)lc->ctftab;
const ctf_header_t *hp = db_ctf_fetch_cth(lc);