about summary refs log tree commit diff stats
path: root/src/wrapped32/wrappedlibdl_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped32/wrappedlibdl_private.h')
-rwxr-xr-xsrc/wrapped32/wrappedlibdl_private.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/wrapped32/wrappedlibdl_private.h b/src/wrapped32/wrappedlibdl_private.h
new file mode 100755
index 00000000..5df76d7d
--- /dev/null
+++ b/src/wrapped32/wrappedlibdl_private.h
@@ -0,0 +1,15 @@
+#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA) && defined(GOS))
+#error Meh...
+#endif
+
+GOM(dladdr, iFEpp)
+GOM(dladdr1, iFEpppi)
+GO2(dlclose, iFEp, my_dlclose)
+GO2(dlerror, pFEv, my_dlerror)
+//DATAB(_dlfcn_hook, 4)
+GOM(dlinfo, iFEpip)
+GO2(dlmopen, pFEppi, my_dlmopen)
+GO2(dlopen, pFEpi, my_dlopen)
+GO2(dlsym, pFEpp, my_dlsym)
+GO2(dlvsym, pFEppp, my_dlvsym)   // Weak
+GOM(_dl_find_object, iFEpp)