Lines Matching refs:ctf_archive
36 static ctf_dict_t *ctf_dict_open_by_offset (const struct ctf_archive *arc,
63 struct ctf_archive *archdr; in ctf_arc_write_fd()
81 headersz = sizeof (struct ctf_archive) in ctf_arc_write_fd()
143 + sizeof (struct ctf_archive)); in ctf_arc_write_fd()
171 + sizeof (struct ctf_archive)), in ctf_arc_write_fd()
352 struct ctf_archive *arc, in ctf_new_archive_internal()
409 struct ctf_archive *arc = (struct ctf_archive *) ctfsect->cts_data; in ctf_arc_bufpreamble()
424 struct ctf_archive *arc = NULL; in ctf_arc_bufopen()
441 arc = (struct ctf_archive *) ctfsect->cts_data; in ctf_arc_bufopen()
458 struct ctf_archive *
464 struct ctf_archive *arc; /* (Actually the whole file.) */ in ctf_arc_open_internal()
511 ctf_arc_close_internal (struct ctf_archive *arc) in ctf_arc_close_internal()
550 ctf_dict_open_internal (const struct ctf_archive *arc, in ctf_dict_open_internal()
565 + sizeof (struct ctf_archive)); in ctf_dict_open_internal()
607 ret->ctf_archive = (ctf_archive_t *) arc; in ctf_dict_open_sections()
619 arc->ctfi_dict->ctf_archive = (ctf_archive_t *) arc; in ctf_dict_open_sections()
713 ctf_dict_open_by_offset (const struct ctf_archive *arc, in ctf_dict_open_by_offset()
1007 ctf_archive_raw_iter_internal (const struct ctf_archive *arc, in ctf_archive_raw_iter_internal()
1016 + sizeof (struct ctf_archive)); in ctf_archive_raw_iter_internal()
1089 struct ctf_archive *arc; in ctf_archive_next()
1156 + sizeof (struct ctf_archive)); in ctf_archive_next()