When writing a windows application I can check if the current process has a specific dll loaded by using:
GetModuleHandle(TEXT("Dll Name"));
How can I obtain the same functionality in unix systems? That is, are there any common system calls that can give me some information regarding the shared objects the current process has (dynamically) loaded?
Look for
dlopenwithRLTD_NOLOAD: