dlopen

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Library

type Library struct {
	Name   string
	Handle unsafe.Pointer
}

func NewLibrary

func NewLibrary(names []string) (*Library, error)

func (*Library) Close

func (l *Library) Close() error

func (*Library) Open

func (l *Library) Open(name string) error

func (*Library) Symbol

func (l *Library) Symbol(symbol string) (unsafe.Pointer, error)

Jump to

Keyboard shortcuts

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