Searched refs:ctf_buf_write (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 116 ctf_buf_write(ctf_buf_t *b, const void *p, size_t n) in ctf_buf_write() function 141 ctf_buf_write(b, &ctl, sizeof (ctl)); in write_label() 151 ctf_buf_write(b, &id, sizeof (id)); in write_objects() 166 ctf_buf_write(b, &fdata[0], sizeof (fdata[0])); in write_functions() 181 ctf_buf_write(b, fdata, sizeof (fdata)); in write_functions() 185 ctf_buf_write(b, &id, sizeof (id)); in write_functions() 190 ctf_buf_write(b, &id, sizeof (id)); in write_functions() 209 ctf_buf_write(b, ctt, sizeof (*ctt)); in write_sized_type_rec() 214 ctf_buf_write(b, cts, sizeof (*cts)); in write_sized_type_rec() 223 ctf_buf_write(b, cts, sizeof (*cts)); in write_unsized_type_rec() [all …]
|