carb::extras::fLibFlagDeepBind

Defined in carb/extras/Library.h

constexpr LibraryFlags carb::extras::fLibFlagDeepBind = 0x00000004

Flag to indicate that the symbols in the library being loaded should be linked to first and take precedence over global scope symbols of the same name from other libraries.

This is only available on Linux and is ignored on other platforms. This is equivalent to passing the RTLD_DEEPBIND flag to dlopen on Linux.