ctf_header_t
const ctf_header_t *hp;
static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } };
ctf_header_t hdr, *bhdr;
size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen;
bcopy(&hdr, buf, sizeof (ctf_header_t));
label = (ctf_lblent_t *)((uintptr_t)buf + sizeof (ctf_header_t));
t = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_typeoff;
s = s0 = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_stroff;
obj = (uint16_t *)((uintptr_t)buf + sizeof (ctf_header_t) +
func = (uint16_t *)((uintptr_t)buf + sizeof (ctf_header_t) +
static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } };
const ctf_header_t *h;
h = (const ctf_header_t *)fp->ctf_data.cts_data;
init_symtab(ctf_file_t *fp, const ctf_header_t *hp,
init_types(ctf_file_t *fp, const ctf_header_t *cth)
ctf_header_t hp;
if (ctfsect->cts_size < sizeof (ctf_header_t))
hdrsz = sizeof (ctf_header_t);
ctf_header_t *cthp;
bcopy(fp->ctf_base, czd->czd_buf, sizeof (ctf_header_t));
sizeof (ctf_header_t));
ctf_header_t *cthp = (ctf_header_t *)fp->ctf_base;