dlopen

package
v0.3.7 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RTLD_LAZY = 1 << iota
	RTLD_NOW
	RTLD_GLOBAL
	RTLD_LOCAL
)

TODO: set correct values

Variables

This section is empty.

Functions

func Error

func Error() *byte

Types

type Library

type Library struct {
	// contains filtered or unexported fields
}

func Open

func Open(name string, flags int) *Library

func (*Library) Close

func (l *Library) Close() int

func (*Library) Sym

func (l *Library) Sym(name string) unsafe.Pointer

Jump to

Keyboard shortcuts

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