From 8c3ccc38e7c0bde90d2b1009539267a4935b16fc Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 21 Jun 2025 09:17:15 +0000 Subject: lt_dlopen_locked(): support symbol tables in addition to module path arguments. --- src/internal/sltdl_module.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') 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; -- cgit v1.2.3