Searched refs:ctf_buf_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dctf.c91 ctf_buf_grow(ctf_buf_t *b)
101 ctf_buf_t *
104 ctf_buf_t *b = xcalloc(sizeof (ctf_buf_t));
113 ctf_buf_free(ctf_buf_t *b)
121 ctf_buf_cur(ctf_buf_t *b)
127 ctf_buf_write(ctf_buf_t *b, const void *p, size_t n)
145 write_label(labelent_t *le, ctf_buf_t *b)
165 write_objects(iidesc_t *idp, ctf_buf_t *b)
181 write_functions(iidesc_t *idp, ctf_buf_t *
[all...]
H A Dctftools.h341 typedef struct ctf_buf ctf_buf_t; typedef in typeref:struct:ctf_buf
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);
848 ctf_data_to_ctf_buf(ctf_header_t *hp, ctf_data_t *cd, ctf_buf_t *cb)
866 write_ctfdata(int srcfd, Elf *srcelf, const char *srcname, const char *dstname, ctf_header_t *hp, ctf_buf_t *buf)
1288 ctf_buf_t tmpbuf;

Completed in 285 milliseconds