OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dll
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
Makefile
36
@pushd . & @copy .\
Dll
\sqlite3.
dll
.\Bin\Sqlite3.
dll
& @popd
39
@del /f /q $(BIN_DIR)\*.pyd $(BIN_DIR)\*.
dll
/prebuilts/go/darwin-x86/src/syscall/
dll_windows.go
14
// DLLError describes reasons for
DLL
load failures.
33
// A
DLL
implements access to a single
DLL
.
34
type
DLL
struct {
39
// LoadDLL loads the named
DLL
file into memory.
41
// If name is not an absolute path and is not a known system
DLL
used by
42
// Go, Windows will search for the named
DLL
in many locations, causing
43
// potential
DLL
preloading attacks.
47
func LoadDLL(name string) (*
DLL
, error) {
66
d := &
DLL
{
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
dll_windows.go
14
// DLLError describes reasons for
DLL
load failures.
33
// A
DLL
implements access to a single
DLL
.
34
type
DLL
struct {
39
// LoadDLL loads the named
DLL
file into memory.
41
// If name is not an absolute path and is not a known system
DLL
used by
42
// Go, Windows will search for the named
DLL
in many locations, causing
43
// potential
DLL
preloading attacks.
47
func LoadDLL(name string) (*
DLL
, error) {
66
d := &
DLL
{
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go
261
type
Dll
struct {
266
next *
Dll
274
dr *
Dll
968
func initdynimport(ctxt *Link) *
Dll
{
969
var d *
Dll
985
d = new(
Dll
)
1060
dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".
dll
"))
1078
// write
dll
names
[
all
...]
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go
261
type
Dll
struct {
266
next *
Dll
274
dr *
Dll
968
func initdynimport(ctxt *Link) *
Dll
{
969
var d *
Dll
985
d = new(
Dll
)
1060
dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".
dll
"))
1078
// write
dll
names
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile
164
$(BASE_TOOLS_PATH)\Source\Python\UPT\
Dll
\sqlite3.
dll
\
340
@del /f /q $(BIN_DIR)\*.pyd $(BIN_DIR)\*.
dll
Completed in 327 milliseconds