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()
408 struct ctf_archive *arc = (struct ctf_archive *) ctfsect->cts_data; in ctf_arc_bufpreamble()
423 struct ctf_archive *arc = NULL; in ctf_arc_bufopen()
439 arc = (struct ctf_archive *) ctfsect->cts_data; in ctf_arc_bufopen()
456 struct ctf_archive *
462 struct ctf_archive *arc; /* (Actually the whole file.) */ in ctf_arc_open_internal()
509 ctf_arc_close_internal (struct ctf_archive *arc) in ctf_arc_close_internal()
548 ctf_dict_open_internal (const struct ctf_archive *arc, in ctf_dict_open_internal()
563 + sizeof (struct ctf_archive)); in ctf_dict_open_internal()
605 ret->ctf_archive = (ctf_archive_t *) arc; in ctf_dict_open_sections()
617 arc->ctfi_dict->ctf_archive = (ctf_archive_t *) arc; in ctf_dict_open_sections()
711 ctf_dict_open_by_offset (const struct ctf_archive *arc, in ctf_dict_open_by_offset()
1005 ctf_archive_raw_iter_internal (const struct ctf_archive *arc, in ctf_archive_raw_iter_internal()
1014 + sizeof (struct ctf_archive)); in ctf_archive_raw_iter_internal()
1087 struct ctf_archive *arc; in ctf_archive_next()
1154 + sizeof (struct ctf_archive)); in ctf_archive_next()