Home
last modified time | relevance | path

Searched refs:syscall_loadlibrary (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Ddll_windows.go21 func syscall_loadlibrary(filename *uint16) (handle Handle, err Errno) func
53 h, e := syscall_loadlibrary(namep)
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dsyscall_windows.go431 func syscall_loadlibrary(filename *uint16) (handle, err uintptr) { func