pub const DT_SYMBOLIC: i64 = 16;
Expand description
This element’s presence in a shared object library alters the dynamic linker’s symbol resolution algorithm for references within the library. Instead of starting a symbol search with the executable file, the dynamic linker starts from the shared object itself. If the shared object fails to supply the referenced symbol, the dynamic linker then searches the executable file and other shared objects as usual. Its use has been superseded by the DF_SYMBOLIC flag.