OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syscall_loadlibrary
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
syscall_windows.go
91
//go:linkname
syscall_loadlibrary
syscall.loadlibrary
93
func
syscall_loadlibrary
(filename *uint16) (handle, err uintptr) {
func
/prebuilts/go/linux-x86/src/runtime/
syscall_windows.go
91
//go:linkname
syscall_loadlibrary
syscall.loadlibrary
93
func
syscall_loadlibrary
(filename *uint16) (handle, err uintptr) {
func
Completed in 7986 milliseconds