search for: releasesymbol

Displaying 1 result from an estimated 1 matches for "releasesymbol".

2012 Oct 10
0
[LLVMdev] DynamicLibrary::UnloadLibrary()
...; operation? At least as a first implementation? * I would also implement a second loader function, a non-permanent one, and only allow unloading of those. Use checking could then happen only for the non-permanent ones (later); e.g. by tracking SearchForAddressOfSymbol() and requiring a symmetrical ReleaseSymbol(). * The doc for LoadLibraryPermanently() says "Use this instead of getPermanentLibrary() when..." but then just calls getPermanentLibrary() nonetheless. That's a doc bug, right? Cheers, Axel.