Field RTLD_LOCAL
Flag "RTLD_LOCAL" used in dlopen.
public const int RTLD_LOCAL = 4
Returns
- int
- Flag "RTLD_LOCAL" used in dlopen.
Remarks
The object's symbols shall not be made available for the relocation processing of any other object.
Flag "RTLD_LOCAL" used in dlopen.
public const int RTLD_LOCAL = 4
The object's symbols shall not be made available for the relocation processing of any other object.