Home
last modified time | relevance | path

Searched refs:DLLs (Results 1 – 25 of 67) sorted by relevance

123

/external/compiler-rt/lib/interception/
Dinterception_win.cc206 const void **DLLs = InterestingDLLsAvailable(); in GetFunctionAddressInDLLs() local
207 for (size_t i = 0; *func_addr == 0 && DLLs[i]; ++i) in GetFunctionAddressInDLLs()
208 *func_addr = (uptr)GetProcAddress((HMODULE)DLLs[i], func_name); in GetFunctionAddressInDLLs()
/external/libpng/contrib/visupng/
DREADME.txt19 libpng DLLs and LIBs are in ..\..\projects\msvc\win32\libpng
20 zlib DLLs and LIBs are in ..\..\projects\msvc\win32\zlib
/external/protobuf/vsprojects/
Dreadme.txt28 DLLs vs. static linking
35 build libprotobuf and libprotoc as DLLs if you really want. To do this,
77 5) If you are compiling libprotobuf and libprotoc as DLLs (see previous
/external/zlib/src/win32/
DDLL_FAQ.txt230 application and my DLLs to different C libraries (e.g. my
231 application to a static library, and my DLLs to MSVCRT.DLL),
244 DLLs that call standard C functions must link to a C run-time
257 and DLLs are avoiding the corruption of each of the CRTs'
305 MSVCR71.DLL are not supposed to function as system DLLs,
307 application's installer is supposed to put these DLLs
/external/libpng/projects/visualc71/
DREADME.txt54 All DLLs built by this project use the Microsoft dynamic C runtime library
/external/llvm/test/Unit/
Dlit.cfg38 # Win32 seeks DLLs along %PATH%.
/external/expat/
DChanges145 version of the library; the DLLs are named libexpatw.dll.
146 - Changed the name of the Windows DLLs from expat.dll to
/external/llvm/lib/Support/Windows/
DDynamicLibrary.inc56 // When no file is specified, enumerate all DLLs and EXEs in the process.
/external/clang/test/Unit/
Dlit.cfg104 # Win32 seeks DLLs along %PATH%.
/external/protobuf/gtest/
DCMakeLists.txt40 # DLLs, so this replaces /MD (CRT libraries in DLLs) with /MT (static CRT
/external/libvpx/libvpx/build/make/
Dgen_msvs_proj.sh35 --module-def=filename File containing export definitions (for DLLs)
Dgen_msvs_vcxproj.sh36 --module-def=filename File containing export definitions (for DLLs)
/external/google-breakpad/src/testing/
DCMakeLists.txt10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
/external/jpeg/
Dcoderules.doc56 keywords can be inserted for use in Windows DLLs.)
/external/google-breakpad/src/testing/gtest/
DCMakeLists.txt10 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
/external/libexif/
DREADME117 --enable-ship-binaries To include Windows DLLs in 'make dist'
/external/google-breakpad/src/testing/gtest/cmake/
Dinternal_utils.cmake33 # on CRT DLLs being available. CMake always defaults to using shared
/external/antlr/antlr-3.4/runtime/Delphi/
DREADME.TXT38 deploy any DLLs or other files with your ANTLR Delphi projects.
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuild.dox65 /// There currently no .msi modules or other installs built for Windows, so you must place the DLLs
/external/protobuf/
DCHANGES.txt245 * Now compiles shared libraries (DLLs) by default on Cygwin and MinGW, to
534 * We now build static libraries rather than DLLs by default on MSVC.
/external/clang/
DCMakeLists.txt88 # DLL platform -- put DLLs into bin.
/external/icu/icu4c/source/data/
Dmakedata.mak117 # This is the same place that all of the other ICU DLLs go (the code-containing DLLs)
/external/llvm/
DCMakeLists.txt152 # DLL platform -- put DLLs into bin.
/external/icu/icu4c/source/samples/ufortune/resources/
Des.txt367 "¡Ah! Aquellos DLLs estaban ocupando mucho espacio.
/external/pcre/dist/m4/
Dlibtool.m42364 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2370 # MinGW DLLs use traditional 'lib' prefix
2374 # pw32 DLLs use 'pw' prefix rather than 'lib'
3756 /* DATA imports from DLLs on WIN32 con't be const, because runtime
4745 # as there is no search path for DLLs.
5120 # no search path for DLLs.
6122 # no search path for DLLs.
6163 # as there is no search path for DLLs.

123