Field RTLD_GLOBAL
Flag "RTLD_GLOBAL" used in dlopen.
public const int RTLD_GLOBAL = 8
Returns
- int
- Flag "RTLD_GLOBAL" used in dlopen.
Remarks
The object's symbols shall be made available for the relocation processing of any other object. In addition, symbol lookup using dlopen(0, mode) and an associated dlsym() allows objects loaded with this mode to be searched.