| /freebsd/contrib/ncurses/ |
| H A D | Makefile.os2 | 61 # make -f Makefile.os2 make.dlls 122 all :: make.dlls 125 # DLLs and that stuff 134 DLLS = $(addsuffix .dll, $(addprefix ./lib/, $(DLL_ROOTS))) 162 make.dlls : $(DEFS) $(LIBS) $(DLLS) $(LIBS_AOUT) 170 install.libs :: $(LIBS) $(DLLS) $(LIBDIR) 207 -rm -f $(DLLS) $(LIBS)
|
| H A D | README.MinGW | 59 to provide the includes, libraries and DLLs to be used with the more
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_dll_thunk.cpp | 9 // the DLLs that have instrumentation in order to delegate the calls to the 81 // In DLLs, the callbacks are expected to return 0, in __dll_thunk_init()
|
| H A D | sanitizer_win_defs.h | 141 // But if we override the function, the dlls don't have access to it (which 143 // exported and interception can be used from the rest of the dlls.
|
| H A D | sanitizer_coverage_win_dll_thunk.cpp | 10 // the DLLs that have instrumentation in order to delegate the calls to the
|
| H A D | sanitizer_win_weak_interception.cpp | 76 // In DLLs, the callbacks are expected to return 0, in weak_intercept_init()
|
| /freebsd/crypto/openssl/util/ |
| H A D | shlib_wrap.sh | 84 # the location of DLLs. It does not use PATH or variables 99 # .DLLs in vicinity of executable, which is done elsewhere...
|
| H A D | shlib_wrap.sh.in | 89 # the location of DLLs. It does not use PATH or variables 104 # .DLLs in vicinity of executable, which is done elsewhere...
|
| H A D | opensslwrap.sh | 18 # *all* possible situations is to copy newly built .DLLs to apps/
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_win_dll_thunk.cpp | 12 // the DLLs that have ASan instrumentation in order to delegate the calls to the 146 // In DLLs, the callbacks are expected to return 0, in asan_dll_thunk_init()
|
| /freebsd/contrib/lib9p/ |
| H A D | .gitignore | 17 # Shared objects (inc. Windows DLLs)
|
| /freebsd/crypto/krb5/src/ccapi/lib/win/ |
| H A D | dllmain.cxx | 142 // may get a DLL_PROCESS_DETACH before other DLLs are done in DllMain() 163 // using multiple DLLs that use this DLL. in DllMain()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_win_dll_thunk.cpp | 10 // the DLLs that have instrumentation in order to delegate the calls to the
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | e_winsock.h | 25 * might be possible to achieve the goal by /DELAYLOAD-ing .DLLs
|
| /freebsd/sys/contrib/libsodium/builds/msvc/ |
| H A D | resource.rc | 10 //specify the product name for the dlls based on the platform we are compiling for
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | microchip,mpfs-ccc.yaml | 14 these blocks contains two PLLs and 2 DLLs & are located in the four corners of
|
| /freebsd/contrib/llvm-project/lld/docs/ |
| H A D | NewLLD.rst | 260 Windows executables or DLLs are not position-independent; they are 265 for DLLs. For example, when we are creating an executable, we assume
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
| H A D | interception_win.cpp | 1003 // GetProcAddress appears to initialize DLLs before returning function pointers 1069 void **DLLs = InterestingDLLsAvailable(); in OverrideFunction() local 1070 for (size_t i = 0; DLLs[i]; ++i) { in OverrideFunction() 1071 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideFunction() 1101 // Iterate the list of imported DLLs. FirstThunk will be null for the last in OverrideImportedFunction()
|
| /freebsd/crypto/krb5/src/windows/ |
| H A D | README | 25 * An OpenSSL installation, including the headers, DLLs, and import 97 4) set OPENSSL_VERSION=3 # Version of OpenSSL DLLs
|
| H A D | version.rc | 39 /* we're going to stamp all the DLLs with the same version number */
|
| /freebsd/stand/efi/include/amd64/ |
| H A D | efibind.h | 117 // compiled as DLLs. In NT they require a dll init entry pointer.
|
| /freebsd/stand/efi/include/i386/ |
| H A D | efibind.h | 113 // compiled as DLLs. In NT they require a dll init entry pointer.
|
| /freebsd/contrib/unbound/dynlibmod/examples/ |
| H A D | helloworld.c | 21 /* Declare the EXPORT macro that expands to exporting the symbol for DLLs when
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | config.rpath | 203 # no search path for DLLs. 355 # no search path for DLLs.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
| H A D | Value.h | 59 // for DLLs (that normally export symbols as part of their interface) and for
|