Expand description
UNIX implementation of dynamic library loading.
Structs§
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.
Functions§
- with_
dlerror - Run code and handle errors reported by
dlerror
.