Expand description
UNIX implementation of dynamic library loading.
Modulesยง
- consts ๐
- unix_
imports ๐
Structsยง
- DlInfo ๐
- Library
- A platform-specific counterpart of the cross-platform
Library
. - Symbol
- Symbol from a library.
Constantsยง
- RTLD_
GLOBAL - Make loaded symbols available for resolution globally.
- RTLD_
LAZY - Perform lazy binding.
- RTLD_
LOCAL - Load symbols into an isolated namespace.
- RTLD_
NOW - Perform eager binding.