Home
last modified time | relevance | path

Searched refs:ctf_header_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_labels.c32 const ctf_header_t *h; in extract_label_info()
40 h = (const ctf_header_t *)fp->ctf_data.cts_data; in extract_label_info()
H A Dctf_open.c112 init_symtab(ctf_file_t *fp, const ctf_header_t *hp, in init_symtab()
201 init_types(ctf_file_t *fp, const ctf_header_t *cth) in init_types()
549 ctf_header_t hp; in ctf_bufopen()
587 if (ctfsect->cts_size < sizeof (ctf_header_t)) in ctf_bufopen()
591 hdrsz = sizeof (ctf_header_t); in ctf_bufopen()
H A Dctf_create.c65 static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } }; in ctf_create()
103 static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } }; in ctf_fdcreate()
291 ctf_header_t hdr, *bhdr; in ctf_update()
451 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen; in ctf_update()
460 bcopy(&hdr, buf, sizeof (ctf_header_t)); in ctf_update()
462 label = (ctf_lblent_t *)((uintptr_t)buf + sizeof (ctf_header_t)); in ctf_update()
463 t = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_typeoff; in ctf_update()
464 s = s0 = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_stroff; in ctf_update()
465 obj = (uint16_t *)((uintptr_t)buf + sizeof (ctf_header_t) + in ctf_update()
467 func = (uint16_t *)((uintptr_t)buf + sizeof (ctf_header_t) + in ctf_update()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c142 ctf_header_t *cthp; in ctf_zdata_init()
151 bcopy(fp->ctf_base, czd->czd_buf, sizeof (ctf_header_t)); in ctf_zdata_init()
156 sizeof (ctf_header_t)); in ctf_zdata_init()
280 ctf_header_t *cthp = (ctf_header_t *)fp->ctf_base; in ctf_compress()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h127 } ctf_header_t; typedef
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c258 const ctf_header_t *hp; in ctfdump_header()