Searched refs:ctf_header_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_labels.c | 32 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 D | ctf_open.c | 112 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 D | ctf_create.c | 65 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 D | ctf_lib.c | 142 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 D | ctf.h | 127 } ctf_header_t; typedef
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 258 const ctf_header_t *hp; in ctfdump_header()
|