Documentation
¶
Index ¶
- Variables
- func Invoke(proc uintptr, args ...uintptr) (ret uintptr)
- func LazyLoad(str string) (so uintptr)
- func Load(str string) (so uintptr)
- func MLazyLoadProc(soStr string, index int, procStr string) (so uintptr)
- func MLazyLoadProcs(str string, index int, strs []string) (so uintptr)
- func MProc(so uintptr, index int, str string)
- func MProcs(so uintptr, index int, strs []string)
- func Proc(so uintptr, str string) (procAddr uintptr)
- func ReleaseAll()
- func UMLoad(str string) (so uintptr)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProcList [4096]uintptr
Keep list of managed foreign function addresses
Functions ¶
func MLazyLoadProc ¶
Function to lazily load an SO, and find and manage a foreign function within it
func MLazyLoadProcs ¶
Function to lazily load an SO, and find and manage a list of foreign functions within it
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.