Lines Matching refs:ctf_archive
36 static ctf_file_t *ctf_arc_open_by_offset (const struct ctf_archive *arc,
60 struct ctf_archive *archdr; in ctf_arc_write_fd()
78 headersz = sizeof (struct ctf_archive) in ctf_arc_write_fd()
140 + sizeof (struct ctf_archive)); in ctf_arc_write_fd()
168 + sizeof (struct ctf_archive)), in ctf_arc_write_fd()
349 struct ctf_archive *
352 struct ctf_archive *arc = (struct ctf_archive *) buf; in ctf_arc_bufopen()
365 struct ctf_archive *
371 struct ctf_archive *arc; /* (Actually the whole file.) */ in ctf_arc_open_internal()
419 ctf_arc_close_internal (struct ctf_archive *arc) in ctf_arc_close_internal()
450 ctf_arc_open_by_name_internal (const struct ctf_archive *arc, in ctf_arc_open_by_name_internal()
463 + sizeof (struct ctf_archive)); in ctf_arc_open_by_name_internal()
502 ret->ctf_archive = (ctf_archive_t *) arc; in ctf_arc_open_by_name_sections()
512 arc->ctfi_file->ctf_archive = (ctf_archive_t *) arc; in ctf_arc_open_by_name_sections()
540 ctf_arc_open_by_offset (const struct ctf_archive *arc, in ctf_arc_open_by_offset()
567 ctf_archive_raw_iter_internal (const struct ctf_archive *arc, in ctf_archive_raw_iter_internal()
576 + sizeof (struct ctf_archive)); in ctf_archive_raw_iter_internal()
612 const struct ctf_archive *arc, in ctf_archive_iter_internal()
624 + sizeof (struct ctf_archive)); in ctf_archive_iter_internal()
636 f->ctf_archive = (ctf_archive_t *) wrapper; in ctf_archive_iter_internal()