pub const DT_BIND_NOW: i64 = 24;
Expand description
If present in a shared object or executable, this entry 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). Its use has been superseded by the DF_BIND_NOW flag.