summaryrefslogtreecommitdiff
path: root/include/slibtool/slibtool_arbits.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-01-28 04:42:55 +0000
committermidipix <writeonce@midipix.org>2024-01-28 07:25:29 +0000
commit7fe83d363d5fd2d27b5c44b95c3a50c493ce7876 (patch)
tree63d39c358a5e9e104f3597f169ccdef7a0fc256b /include/slibtool/slibtool_arbits.h
parentd6b3d71e6fd9e93fa15c76d4448594f80260b341 (diff)
downloadslibtool-7fe83d363d5fd2d27b5c44b95c3a50c493ce7876.tar.bz2
slibtool-7fe83d363d5fd2d27b5c44b95c3a50c493ce7876.tar.xz
struct ar_meta_armap_common_{32|64}: added the ar_symrefs member.
Diffstat (limited to 'include/slibtool/slibtool_arbits.h')
-rw-r--r--include/slibtool/slibtool_arbits.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slibtool/slibtool_arbits.h b/include/slibtool/slibtool_arbits.h
index 37e3a9a..8168f04 100644
--- a/include/slibtool/slibtool_arbits.h
+++ b/include/slibtool/slibtool_arbits.h
@@ -136,6 +136,7 @@ struct ar_meta_armap_ref_64 {
struct ar_meta_armap_common_32 {
struct ar_meta_member_info * ar_member;
+ struct ar_meta_armap_ref_32 * ar_symrefs;
struct ar_raw_armap_bsd_32 * ar_armap_bsd;
struct ar_raw_armap_sysv_32 * ar_armap_sysv;
struct ar_raw_armap_xcoff_32 * ar_armap_xcoff;
@@ -151,6 +152,7 @@ struct ar_meta_armap_common_32 {
struct ar_meta_armap_common_64 {
struct ar_meta_member_info * ar_member;
+ struct ar_meta_armap_ref_64 * ar_symrefs;
struct ar_raw_armap_bsd_64 * ar_armap_bsd;
struct ar_raw_armap_sysv_64 * ar_armap_sysv;
void * ar_armap_xcoff;