From bbf27c0ae5b4cd69e031f7e53bd2456fbc17ab2b Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 27 Feb 2024 09:57:51 +0000 Subject: archiver api: added slbt_ar_update_syminfo() (nm output to symbol info vector). --- include/slibtool/slibtool_arbits.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/slibtool') diff --git a/include/slibtool/slibtool_arbits.h b/include/slibtool/slibtool_arbits.h index 8168f04..8ab8d0c 100644 --- a/include/slibtool/slibtool_arbits.h +++ b/include/slibtool/slibtool_arbits.h @@ -166,6 +166,15 @@ struct ar_meta_armap_common_64 { const char * ar_string_table; }; +struct ar_meta_symbol_info { + const char * ar_archive_name; + const char * ar_object_name; + const char * ar_symbol_name; + const char * ar_symbol_type; + uint64_t ar_symbol_value; + uint64_t ar_symbol_size; +}; + struct ar_meta_armap_info { const struct ar_meta_armap_common_32 * ar_armap_common_32; const struct ar_meta_armap_common_64 * ar_armap_common_64; -- cgit v1.2.3