Dynamic Loading

Onload User Guide (UG1586)

Document ID
UG1586
Release Date
2023-07-31
Revision
1.2 English

If the onload library libonload is opened with dlopen() and closed with dlclose() it can leave the application in an unpredictable state. Users are advised to use the RTLD_NODELETE flag to prevent the library from being unloaded when dlclose() is called.