/freebsd-src/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-src/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_coverage_win_dll_thunk.cpp | 10 // the DLLs that have instrumentation in order to delegate the calls to the
|
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_win_weak_interception.cpp | 76 // In DLLs, the callbacks are expected to return 0, in weak_intercept_init()
|
H A D | sanitizer_win_dll_thunk.h | 10 // will be linked to the dlls, when the sanitizer is a static library included
|
/freebsd-src/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-src/contrib/lib9p/ |
H A D | .gitignore | 17 # Shared objects (inc. Windows DLLs)
|
/freebsd-src/crypto/openssl/util/ |
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-src/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-src/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-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 1003 // GetProcAddress appears to initialize DLLs before returning function pointers in InternalGetProcAddress() 1069 void **DLLs = InterestingDLLsAvailable(); in OverrideFunction() 1070 for (size_t i = 0; DLLs[i]; ++i) { 1071 uptr func_addr = InternalGetProcAddress(DLLs[i], func_name); in OverrideImportedFunction() 1101 // Iterate the list of imported DLLs. FirstThunk will be null for the last in OverrideImportedFunction() 1060 void **DLLs = InterestingDLLsAvailable(); OverrideFunction() local
|
/freebsd-src/stand/efi/include/i386/ |
H A D | efibind.h | 113 // compiled as DLLs. In NT they require a dll init entry pointer.
|
/freebsd-src/stand/efi/include/amd64/ |
H A D | efibind.h | 117 // compiled as DLLs. In NT they require a dll init entry pointer.
|
/freebsd-src/contrib/unbound/dynlibmod/examples/ |
H A D | helloworld.c | 21 /* Declare the EXPORT macro that expands to exporting the symbol for DLLs when
|
/freebsd-src/sys/contrib/openzfs/config/ |
H A D | config.rpath | 203 # no search path for DLLs. 355 # no search path for DLLs.
|
/freebsd-src/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
|
/freebsd-src/contrib/googletest/googlemock/ |
H A D | CMakeLists.txt | 57 option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)
|
/freebsd-src/contrib/libfido2/windows/ |
H A D | build.ps1 | 233 # Copy DLLs.
|
/freebsd-src/contrib/xz/src/liblzma/check/ |
H A D | crc64_x86.S | 113 * the code in Windows DLLs is not PIC in sense that it is in ELF
|
H A D | crc32_x86.S | 122 * the code in Windows DLLs is not PIC in sense that it is in ELF
|