Home
last modified time | relevance | path

Searched refs:ctf_buf_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c91 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()
[all …]
H A Dctftools.h347 typedef struct ctf_buf ctf_buf_t; typedef