summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-21 09:17:15 +0000
committermidipix <writeonce@midipix.org>2025-06-21 09:17:15 +0000
commit8c3ccc38e7c0bde90d2b1009539267a4935b16fc (patch)
tree1e1153cd4ad102dba2b87974ab7e9ab2e6e4bcbe /src/internal
parent01192f444c3f2ab07b25c488b4b9d2d9fb8c80d2 (diff)
downloadsltdl-8c3ccc38e7c0bde90d2b1009539267a4935b16fc.tar.bz2
sltdl-8c3ccc38e7c0bde90d2b1009539267a4935b16fc.tar.xz
lt_dlopen_locked(): support symbol tables in addition to module path arguments.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/sltdl_module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/sltdl_module.h b/src/internal/sltdl_module.h
index 26e47e3..c567e02 100644
--- a/src/internal/sltdl_module.h
+++ b/src/internal/sltdl_module.h
@@ -2,6 +2,7 @@
#define SLTDL_MODULE_H
struct lt_modctx {
+ const struct lt_symdef *symtbl;
struct lt_modctx * mnext;
void * maddr;
char * mpath;