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

/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_labels.c34 const ctf_header_t *h;
42 h = (const ctf_header_t *)fp->ctf_data.cts_data;
H A Dctf_open.c216 init_symtab(ctf_file_t *fp, const ctf_header_t *hp,
314 init_types(ctf_file_t *fp, const ctf_header_t *cth)
667 ctf_header_t hp;
710 if (ctfsect->cts_size < sizeof (ctf_header_t))
714 hdrsz = sizeof (ctf_header_t);
H A Dctf_create.c60 static const ctf_header_t hdr = { { CTF_MAGIC, CTF_VERSION, 0 } };
195 ctf_header_t hdr;
269 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen;
274 bcopy(&hdr, buf, sizeof (ctf_header_t));
275 t = (uchar_t *)buf + sizeof (ctf_header_t);
276 s = s0 = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_stroff;
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dctf.c636 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp)
641 outbuf = xmalloc(sizeof (ctf_header_t) + (buf->ctb_ptr - buf->ctb_base)
645 (void) bcopy_data(h, sizeof (ctf_header_t), &bufpos);
660 write_compressed_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp)
665 bcopy(h, resbuf.rb_base, sizeof (ctf_header_t));
666 resbuf.rb_ptr = resbuf.rb_base + sizeof (ctf_header_t);
683 ctf_header_t h;
770 count_types(ctf_header_t *h, caddr_t data)
841 resurrect_labels(ctf_header_t *h, tdata_t *td, caddr_t ctfdata, char *matchlbl)
886 resurrect_objects(ctf_header_t *
[all...]
H A Ddump.c64 extern caddr_t write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp);
65 extern caddr_t write_compressed_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp);
146 ref_to_str(uint_t name, const ctf_header_t *hp, const ctf_data_t *cd)
217 print_header(const ctf_header_t *hp, const ctf_data_t *cd)
239 print_labeltable(const ctf_header_t *hp, const ctf_data_t *cd)
412 read_data(const ctf_header_t *hp, const ctf_data_t *cd)
456 read_funcs(const ctf_header_t *hp, const ctf_data_t *cd)
533 read_types(const ctf_header_t *hp, const ctf_data_t *cd)
778 read_strtab(const ctf_header_t *hp, const ctf_data_t *cd)
812 clean_strtab(ctf_header_t *h
[all...]
/macosx-10.9.5/dtrace-118.1/sys/
H A Dctf.h127 } ctf_header_t; typedef in typeref:struct:ctf_header

Completed in 196 milliseconds