Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ dlsym
Function
dlsym
framework/src/bundle/BundleUtils.cpp:51–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void*
52
dlsym(void* handle, char const* symbol)
53
{
54
return reinterpret_cast<void*>(GetProcAddress(reinterpret_cast<HMODULE>(handle), symbol));
55
}
56
57
#elif defined(__GNUC__)
58
Callers
1
GetSymbol
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected