dl

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RTLD_LAZY   = 0x00001
	RTLD_NOW    = 0x00002
	RTLD_GLOBAL = 0x00100
	RTLD_LOCAL  = 0x00000
)

RTLD constants from <dlfcn.h>

Variables

This section is empty.

Functions

func Dlclose

func Dlclose(handle uintptr) error

Dlclose unloads a dynamic library

func Dlopen

func Dlopen(path string, mode int) (uintptr, error)

Dlopen loads a shared library

func Dlsym

func Dlsym(handle uintptr, name string) (uintptr, error)

Dlsym returns the address of a symbol in a loaded library

Types

This section is empty.

Jump to

Keyboard shortcuts

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