Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c132 ctf_buf_write(ctf_buf_t *b, void const *p, size_t n) in ctf_buf_write() function
164 ctf_buf_write(b, &ctl, sizeof (ctl)); in write_label()
178 ctf_buf_write(b, &id, sizeof (id)); in write_objects()
193 ctf_buf_write(b, &fdata[0], sizeof (fdata[0])); in write_functions()
214 ctf_buf_write(b, fdata, sizeof (fdata)); in write_functions()
223 ctf_buf_write(b, &id, sizeof (id)); in write_functions()
228 ctf_buf_write(b, &id, sizeof (id)); in write_functions()
254 ctf_buf_write(b, ctt, sizeof (*ctt)); in write_sized_type_rec()
266 ctf_buf_write(b, cts, sizeof (*cts)); in write_sized_type_rec()
281 ctf_buf_write(b, cts, sizeof (*cts)); in write_unsized_type_rec()
[all …]