Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c96 ctf_buf_grow(ctf_buf_t *b) in ctf_buf_grow()
106 static ctf_buf_t *
109 ctf_buf_t *b = xcalloc(sizeof (ctf_buf_t)); in ctf_buf_new()
118 ctf_buf_free(ctf_buf_t *b) in ctf_buf_free()
126 ctf_buf_cur(ctf_buf_t *b) in ctf_buf_cur()
132 ctf_buf_write(ctf_buf_t *b, void const *p, size_t n) in ctf_buf_write()
153 ctf_buf_t *b = arg2; in write_label()
170 write_objects(iidesc_t *idp, ctf_buf_t *b) in write_objects()
184 write_functions(iidesc_t *idp, ctf_buf_t *b) in write_functions()
241 write_sized_type_rec(ctf_buf_t *b, ctf_type_t *ctt, size_t size) in write_sized_type_rec()
[all …]
H A Dctftools.h347 typedef struct ctf_buf ctf_buf_t; typedef