Lines Matching refs:ctf_buf_t
91 ctf_buf_grow(ctf_buf_t *b) in ctf_buf_grow()
101 static ctf_buf_t *
104 ctf_buf_t *b = xcalloc(sizeof (ctf_buf_t)); in ctf_buf_new()
113 ctf_buf_free(ctf_buf_t *b) in ctf_buf_free()
121 ctf_buf_cur(ctf_buf_t *b) in ctf_buf_cur()
127 ctf_buf_write(ctf_buf_t *b, void const *p, size_t n) in ctf_buf_write()
148 ctf_buf_t *b = arg2; in write_label()
165 write_objects(iidesc_t *idp, ctf_buf_t *b) in write_objects()
179 write_functions(iidesc_t *idp, ctf_buf_t *b) in write_functions()
236 write_sized_type_rec(ctf_buf_t *b, struct ctf_type_v3 *ctt, size_t size) in write_sized_type_rec()
266 write_unsized_type_rec(ctf_buf_t *b, struct ctf_type_v3 *ctt) in write_unsized_type_rec()
283 ctf_buf_t *b = arg2; in write_type()
617 pad_buffer(ctf_buf_t *buf, int align) in pad_buffer()
639 write_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_buffer()
663 write_compressed_buffer(ctf_header_t *h, ctf_buf_t *buf, size_t *resszp) in write_compressed_buffer()
685 ctf_buf_t *buf = ctf_buf_new(); in ctf_gen()