Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-archive.c36 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()
[all …]
H A Dctf-impl.h289 ctf_archive_t *ctf_archive; /* Archive this ctf_file_t came from. */ member
309 struct ctf_archive *ctfi_archive;
438 extern struct ctf_archive *ctf_arc_open_internal (const char *, int *);
439 extern struct ctf_archive *ctf_arc_bufopen (const void *, size_t, int *);
440 extern void ctf_arc_close_internal (struct ctf_archive *);
H A Dctf-open-bfd.c41 ctf_new_archive_internal (int is_archive, struct ctf_archive *arc, in ctf_new_archive_internal()
126 struct ctf_archive *arc = NULL; in ctf_bfdopen_ctfsect()
294 struct ctf_archive *arc; in ctf_fdopen()
H A Dctf-open.c1702 return fp->ctf_archive; in ctf_get_arc()
/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf.h571 struct ctf_archive struct