mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
libctf: add ctf_archive_count
Another count that was otherwise unavailable without doing expensive operations. include/ * ctf-api.h (ctf_archive_count): New. libctf/ * ctf-archive.c (ctf_archive_count): New. * libctf.ver: New public function.
This commit is contained in:
@@ -135,6 +135,7 @@ LIBCTF_1.0 {
|
||||
ctf_arc_close;
|
||||
ctf_arc_open_by_name;
|
||||
ctf_arc_open_by_name_sections;
|
||||
ctf_archive_count;
|
||||
ctf_archive_iter;
|
||||
ctf_archive_raw_iter;
|
||||
ctf_get_arc;
|
||||
|
||||
Reference in New Issue
Block a user