HomeSort by relevance Sort by last modified time
    Searched refs:DLLs (Results 1 - 25 of 35) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/internal/syscall/windows/sysdll/
sysdll.go 6 // which Windows DLL names are used by Go itself. These DLLs are then
  /prebuilts/go/linux-x86/src/internal/syscall/windows/sysdll/
sysdll.go 6 // which Windows DLL names are used by Go itself. These DLLs are then
  /external/harfbuzz_ng/win32/
detectenv-msvc.mak 26 # in $(PREFIX)\bin, together with any DLLs they will depend on, if those DLLs are not already
create-lists-msvc.mak 25 # In order to obtain the .obj filename that is needed for NMake Makefiles to build DLLs/static LIBs or EXEs, do the following
info-msvc.mak 137 @echo An 'install' target is supported to copy the build (DLLs, utility programs,
  /external/compiler-rt/lib/interception/
interception_win.cc 789 // GetProcAddress appears to initialize DLLs before returning function pointers
826 void **DLLs = InterestingDLLsAvailable();
827 for (size_t i = 0; *func_addr == 0 && DLLs[i]; ++i)
828 *func_addr = InternalGetProcAddress(DLLs[i], func_name);
860 // Iterate the list of imported DLLs. FirstThunk will be null for the last
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go 71 systemDLL = flag.Bool("systemdll", true, "whether all DLLs should be loaded from the Windows system directory")
636 // DLLs return dll names for a source set src.
637 func (src *Source) DLLs() []string {
858 {{template "dlls" .}}
865 {{define "dlls"}}{{range .DLLs}} mod{{.}} = {{newlazydll .}}
dll_windows.go 46 // load system DLLs.
190 // load system DLLs.
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 71 systemDLL = flag.Bool("systemdll", true, "whether all DLLs should be loaded from the Windows system directory")
636 // DLLs return dll names for a source set src.
637 func (src *Source) DLLs() []string {
858 {{template "dlls" .}}
865 {{define "dlls"}}{{range .DLLs}} mod{{.}} = {{newlazydll .}}
dll_windows.go 46 // load system DLLs.
190 // load system DLLs.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py     [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 36 --module-def=filename File containing export definitions (for DLLs)
  /prebuilts/go/darwin-x86/src/runtime/
os_windows.go 245 // When loading DLLs, we prefer to use LoadLibraryEx with
syscall_windows_test.go 892 // silently downloaded some malicious DLLs.
  /prebuilts/go/linux-x86/src/runtime/
os_windows.go 245 // When loading DLLs, we prefer to use LoadLibraryEx with
syscall_windows_test.go 892 // silently downloaded some malicious DLLs.
  /external/icu/icu4c/source/data/
makedata.mak 119 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 561 // DLLs.
563 var dlls []string
566 dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".dll"))
569 return dlls
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 561 // DLLs.
563 var dlls []string
566 dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".dll"))
569 return dlls
  /external/cmockery/cmockery_0_1_2/
libtool 536 # Need a lot of goo to handle *both* DLLs and import libs
    [all...]
ltmain.sh 184 # Need a lot of goo to handle *both* DLLs and import libs
    [all...]
  /external/swiftshader/third_party/LLVM/autoconf/
ltmain.sh 184 # Need a lot of goo to handle *both* DLLs and import libs
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libexif/
configure     [all...]

Completed in 1811 milliseconds

1 2