Constant DF_BIND_NOW

Source
pub const DF_BIND_NOW: i64 = 0x8;
Expand description

If set in a shared object or executable, this flag instructs the dynamic linker to process all relocations for the object containing this entry before transferring control to the program. The presence of this entry takes precedence over a directive to use lazy binding for this object when specified through the environment or via dlopen(BA_LIB).