dl

package
v0.0.0-...-c75d219 Latest Latest
Warning

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

Go to latest
Published: May 6, 2012 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flags

type Flags int
const (
	Lazy     Flags = C.RTLD_LAZY
	Now      Flags = C.RTLD_NOW
	Global   Flags = C.RTLD_GLOBAL
	Local    Flags = C.RTLD_LOCAL
	NoLoad   Flags = C.RTLD_NOLOAD
	NoDelete Flags = C.RTLD_NODELETE
)

type Handle

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

func Open

func Open(fname string, flags Flags) (Handle, error)

func (Handle) Addr

func (h Handle) Addr() uintptr

func (Handle) Close

func (h Handle) Close() error

func (Handle) Symbol

func (h Handle) Symbol(symbol string) (uintptr, error)

Jump to

Keyboard shortcuts

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