libctf, include: add ctf_getsymsect and ctf_getstrsect
[deliverable/binutils-gdb.git] / include / ctf-api.h
index f0c00c01a89cf08d72dd94c18172d4b368af72ea..8687475cc64843a0d3cf858508fbf0cd688f877f 100644 (file)
@@ -307,6 +307,8 @@ extern ctf_archive_t *ctf_open (const char *filename,
                                const char *target, int *errp);
 extern void ctf_close (ctf_archive_t *);
 extern ctf_sect_t ctf_getdatasect (const ctf_dict_t *);
+extern ctf_sect_t ctf_getsymsect (const ctf_dict_t *);
+extern ctf_sect_t ctf_getstrsect (const ctf_dict_t *);
 extern ctf_archive_t *ctf_get_arc (const ctf_dict_t *);
 extern ctf_archive_t *ctf_arc_open (const char *, int *);
 extern ctf_archive_t *ctf_arc_bufopen (const ctf_sect_t *,
This page took 0.026457 seconds and 4 git commands to generate.