Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c127 ctf_buf_write(ctf_buf_t *b, void const *p, size_t n) in ctf_buf_write() function
159 ctf_buf_write(b, &ctl, sizeof (ctl)); in write_label()
173 ctf_buf_write(b, &id, sizeof (id)); in write_objects()
188 ctf_buf_write(b, &fdata[0], sizeof (fdata[0])); in write_functions()
209 ctf_buf_write(b, fdata, sizeof (fdata)); in write_functions()
218 ctf_buf_write(b, &id, sizeof (id)); in write_functions()
223 ctf_buf_write(b, &id, sizeof (id)); in write_functions()
249 ctf_buf_write(b, ctt, sizeof (*ctt)); in write_sized_type_rec()
261 ctf_buf_write(b, cts, sizeof (*cts)); in write_sized_type_rec()
276 ctf_buf_write(b, cts, sizeof (*cts)); in write_unsized_type_rec()
[all …]