Constant libloading::os::unix::RTLD_LOCAL

source ·
pub const RTLD_LOCAL: c_int = posix::RTLD_LOCAL; // 4i32
Available on Unix only.
Expand description

Load symbols into an isolated namespace.

The executable object file’s symbols shall not be made available for relocation processing of any other executable object file. This mode of operation is most appropriate for e.g. plugins.