Flags which can be provided to dlopen to control how a dynamic library is loaded.
dlopen
Bind all symbols from this library.
Load the library globally.
Load the library lazily.
Load the library locally.
Load the library immediately.