Module unix
libloading
0.8.6
Module unix
Module Items
Modules
Structs
Constants
Functions
In libloading::
os
Modules
unix
libloading
::
os
Module
unix
Copy item path
Settings
Help
Summary
Source
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.
Functions
§
dladdr
🔒
⚠
dlclose
🔒
⚠
dlerror
🔒
⚠
dlopen
🔒
⚠
dlsym
🔒
⚠
with_
dlerror
Run code and handle errors reported by
dlerror
.