Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUndefinedSymbol = errors.New("symbol not found")
ErrUndefinedSymbol is returned by LookupSymbol when the requested symbol could not be found.
Functions ¶
func LookupSymbol ¶
LookupSymbol resolves the named symbol from the already dynamically loaded libraries. If the symbol is found, a pointer to it is returned, in case of a failure, the message provided by dlerror() is included in the error message.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.