Symbol: ctf_header_t
usr/src/cmd/ctfdump/ctfdump.c
259
const ctf_header_t *hp;
usr/src/common/ctf/ctf_create.c
103
static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } };
usr/src/common/ctf/ctf_create.c
291
ctf_header_t hdr, *bhdr;
usr/src/common/ctf/ctf_create.c
451
size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen;
usr/src/common/ctf/ctf_create.c
460
bcopy(&hdr, buf, sizeof (ctf_header_t));
usr/src/common/ctf/ctf_create.c
462
label = (ctf_lblent_t *)((uintptr_t)buf + sizeof (ctf_header_t));
usr/src/common/ctf/ctf_create.c
463
t = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_typeoff;
usr/src/common/ctf/ctf_create.c
464
s = s0 = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_stroff;
usr/src/common/ctf/ctf_create.c
465
obj = (uint16_t *)((uintptr_t)buf + sizeof (ctf_header_t) +
usr/src/common/ctf/ctf_create.c
467
func = (uint16_t *)((uintptr_t)buf + sizeof (ctf_header_t) +
usr/src/common/ctf/ctf_create.c
65
static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } };
usr/src/common/ctf/ctf_labels.c
32
const ctf_header_t *h;
usr/src/common/ctf/ctf_labels.c
40
h = (const ctf_header_t *)fp->ctf_data.cts_data;
usr/src/common/ctf/ctf_open.c
112
init_symtab(ctf_file_t *fp, const ctf_header_t *hp,
usr/src/common/ctf/ctf_open.c
201
init_types(ctf_file_t *fp, const ctf_header_t *cth)
usr/src/common/ctf/ctf_open.c
549
ctf_header_t hp;
usr/src/common/ctf/ctf_open.c
587
if (ctfsect->cts_size < sizeof (ctf_header_t))
usr/src/common/ctf/ctf_open.c
591
hdrsz = sizeof (ctf_header_t);
usr/src/lib/libctf/common/ctf_lib.c
142
ctf_header_t *cthp;
usr/src/lib/libctf/common/ctf_lib.c
151
bcopy(fp->ctf_base, czd->czd_buf, sizeof (ctf_header_t));
usr/src/lib/libctf/common/ctf_lib.c
156
sizeof (ctf_header_t));
usr/src/lib/libctf/common/ctf_lib.c
280
ctf_header_t *cthp = (ctf_header_t *)fp->ctf_base;