package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 17, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
RTLD_LAZY = 0x00001
RTLD_NOW = 0x00002
RTLD_GLOBAL = 0x00100
RTLD_LOCAL = 0x00000
)
RTLD constants from <dlfcn.h>
Dlclose unloads a dynamic library
Dlopen loads a shared library
Dlsym returns the address of a symbol in a loaded library
Source Files
¶
Click to show internal directories.
Click to hide internal directories.