dl

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

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
	RTLD_DEEPBIND = C.RTLD_DEEPBIND
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DynamicLibrary

type DynamicLibrary struct {
	Name  string
	Flags int
	// contains filtered or unexported fields
}

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

Jump to

Keyboard shortcuts

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