summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-02 18:09:58 +0000
committermidipix <writeonce@midipix.org>2024-03-02 22:03:12 +0000
commit39e52e63ebf9fd7572e57704cc27331a34a72a9a (patch)
treed4e0c062fc0edf4691fb377eb913ce4fa7e8e7cd /include
parent9da20229476b0de4fa1e5460b9ade35775a02165 (diff)
downloadslibtool-39e52e63ebf9fd7572e57704cc27331a34a72a9a.tar.bz2
slibtool-39e52e63ebf9fd7572e57704cc27331a34a72a9a.tar.xz
execution context: added -dlopen and -dlpreopen support.
Diffstat (limited to 'include')
-rw-r--r--include/slibtool/slibtool.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h
index bd5b31d..e0e92d3 100644
--- a/include/slibtool/slibtool.h
+++ b/include/slibtool/slibtool.h
@@ -226,6 +226,10 @@ struct slbt_exec_ctx {
char * aobjname;
char * ltobjname;
+ char * dlunit;
+ char * dlopensrc;
+ char * dlopenobj;
+
char * arfilename;
char * lafilename;
char * laifilename;