Documentation
¶
Index ¶
Constants ¶
View Source
const ( RTLD_LAZY = C.RTLD_LAZY RTLD_NOW = C.RTLD_NOW RTLD_GLOBAL = C.RTLD_GLOBAL RTLD_LOCAL = C.RTLD_LOCAL RTLD_NODELETE = C.RTLD_NODELETE RTLD_NOLOAD = C.RTLD_NOLOAD )
View Source
const (
RTLD_DEEPBIND = C.RTLD_DEEPBIND
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicLibrary ¶
func New ¶
func New(name string, flags int) *DynamicLibrary
func (*DynamicLibrary) Close ¶
func (dl *DynamicLibrary) Close() error
func (*DynamicLibrary) Lookup ¶
func (dl *DynamicLibrary) Lookup(symbol string) error
func (*DynamicLibrary) Open ¶
func (dl *DynamicLibrary) Open() error
func (*DynamicLibrary) Path ¶
func (dl *DynamicLibrary) Path() (string, error)
Path returns the path to the loaded library. See https://man7.org/linux/man-pages/man3/dlinfo.3.html
Click to show internal directories.
Click to hide internal directories.