dlsym

package
v0.29.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2024 License: MIT Imports: 4 Imported by: 0

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

func LookupSymbol(symbol string) (unsafe.Pointer, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL