/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
pe.go | 574 // DLLs. 576 var dlls []string 579 dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".dll")) 582 return dlls
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
pe.go | 571 // DLLs. 573 var dlls []string 576 dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".dll")) 579 return dlls
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
pe.go | 574 // DLLs. 576 var dlls []string 579 dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".dll")) 582 return dlls
|
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
pe.go | 571 // DLLs. 573 var dlls []string 576 dlls = append(dlls, "-l"+strings.TrimSuffix(d.name, ".dll")) 579 return dlls
|
/external/compiler-rt/lib/asan/ |
asan_win_dll_thunk.cc | 13 // the DLLs that have ASan instrumentation in order to delegate the calls to the 417 // In DLLs, the callbacks are expected to return 0,
|
/external/e2fsprogs/config/ |
config.rpath | 136 # no search path for DLLs. 232 # no search path for DLLs.
|
/external/libchrome/sandbox/win/src/ |
sandbox_policy.h | 60 // be used to allow the DLLs to load and initialize 239 // a chance to initialize itself. Typically, dlls that cause the target
|
/external/libexif/ |
config.rpath | 154 # no search path for DLLs. 275 # no search path for DLLs.
|
README | 117 --enable-ship-binaries To include Windows DLLs in 'make dist'
|
/external/protobuf/gtest/ |
CMakeLists.txt | 40 # DLLs, so this replaces /MD (CRT libraries in DLLs) with /MT (static CRT
|
/ndk/sources/host-tools/make-3.81/config/ |
config.rpath | 154 # no search path for DLLs. 275 # no search path for DLLs.
|
/toolchain/binutils/binutils-2.25/ |
config.rpath | 154 # no search path for DLLs. 275 # no search path for DLLs.
|
/external/boringssl/src/crypto/ |
thread_win.c | 209 * or by one of its dependent DLLs. Delay-loaded DLL doesn't count as being
|
/external/google-breakpad/src/testing/gtest/ |
CMakeLists.txt | 10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
|
/external/google-breakpad/src/testing/gtest/cmake/ |
internal_utils.cmake | 33 # on CRT DLLs being available. CMake always defaults to using shared
|
/external/harfbuzz_ng/win32/ |
info-msvc.mak | 132 @echo An 'install' target is supported to copy the build (DLLs, utility programs,
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/ |
CMakeLists.txt | 10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." ON)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/cmake/ |
internal_utils.cmake | 33 # on CRT DLLs being available. CMake always defaults to using shared
|
/external/mesa3d/scons/ |
gallium.py | 64 dlls = env.FindIxes(sources, 'SHLIBPREFIX', 'SHLIBSUFFIX') 65 targets += install(env, dlls, 'bin') 473 # Avoid depending on gcc runtime DLLs
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
ConfigLayersAndVulkanDLL.ps1 | 99 # Create a list for all the DLLs in the folder.
229 # Update the SYSWOW64 Vulkan DLLS/EXEs
233 # Update the SYSTEM32 Vulkan DLLS/EXEs
|
InstallerRT.nsi | 394 # 32-bit DLLs/EXEs destined for SysWOW64 402 # 64-bit DLLs/EXEs 431 # 32-bit DLLs/EXEs destined for SysWOW64
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/ |
x86_64-w64-mingw32-dlltool.1 | 142 dlltool \- Create files needed to build and use DLLs. 360 normally only useful when creating DLLs for an \s-1ARM\s0 processor, when the 394 party DLLs that were built with MS-Windows tools.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
pep.em | 401 fprintf (file, _(" --base_file <basefile> Generate a base file for relocatable DLLs\n")); 402 fprintf (file, _(" --dll Set image base to the default for DLLs\n")); 436 fprintf (file, _(" --enable-auto-image-base Automatically choose image base for DLLs\n\ 444 fprintf (file, _(" --disable-auto-import Do not auto-import DATA items from DLLs\n")); 451 or linking to DLLs (esp. auto-import)\n")); 884 /* Use the output file to create a image base for relocatable DLLs. */ [all...] |
/toolchain/binutils/binutils-2.25/ld/po/ |
ld.pot | 48 "DLLs\n" 54 " --dll Set image base to the default for DLLs\n" 253 "DLLs\n" 285 "DLLs\n" 310 " or linking to DLLs (esp. auto-" 447 "symbols from auto-imported DLLs.\n" [all...] |
es.po | 44 msgid " --base_file <basefile> Generate a base file for relocatable DLLs\n" 45 msgstr " --base_file <ficherobase> Genera un fichero base para DLLs reubicables\n" 52 msgid " --dll Set image base to the default for DLLs\n" 53 msgstr " --dll Establece la imagen base por defecto para las DLLs\n" 212 " --enable-auto-image-base Automatically choose image base for DLLs\n" 215 " --enable-auto-image-base Escoge automáticamente la imagen base para las DLLs\n" 245 msgid " --disable-auto-import Do not auto-import DATA items from DLLs\n" 246 msgstr " --disable-auto-import No importa automáticamente elementos DATA de las DLLs\n" 272 " or linking to DLLs (esp. auto-import)\n" 275 " o enlazar a DLLs (en part. con auto-importación)\n [all...] |