/freebsd/contrib/bearssl/conf/ |
H A D | Win.mk | 16 # name is distinct from the 'import library' generated along with the DLL. 19 # Prefix for DLL file name. 22 # Extension for DLL file name. 23 D = .dll 28 # BEARSSLDLL = bearssl.dll 50 # DLL building tool. 66 # (e.g. 'make dll' to force build the DLL). 68 #DLL = no
|
H A D | Unix.mk | 18 # Prefix for DLL file name. 21 # Extension for DLL file name. 49 # DLL building tool. 65 # (e.g. 'make dll' to force build the DLL). 67 #DLL = no
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | README.md | 165 #### Windows : using MinGW+MSYS to create DLL 167 DLL can be created using MinGW+MSYS with the `make libzstd` command. 168 This command creates `dll\libzstd.dll` and the import library `dll\libzstd.lib`. 170 The header file `zstd.h` and the dynamic library `dll\libzstd.dll` are required to 173 It means that if a project that uses ZSTD consists of a single `test-dll.c` 174 file it should be linked with `dll\libzstd.dll`. For example: 176 gcc $(CFLAGS) -Iinclude/ test-dll.c -o test-dll dll\libzstd.dll 178 The compiled executable will require ZSTD DLL which is available at `dll\libzstd.dll`. 216 - `dll/` : resources directory for Windows compilation
|
/freebsd/crypto/openssl/crypto/dso/ |
H A D | dso_win32.c | 460 /* If transform != 0, then we convert to %s.dll, else just dupe filename */ in win32_name_converter() 464 len += strlen(".dll"); in win32_name_converter() 470 BIO_snprintf(translated, len, "%s%s", filename, transform ? ".dll" : ""); in win32_name_converter() 487 # define DLLNAME "TOOLHELP.DLL" 492 # define DLLNAME "KERNEL32.DLL" 501 HMODULE dll; in win32_pathbyaddr() local 518 dll = LoadLibrary(TEXT(DLLNAME)); in win32_pathbyaddr() 519 if (dll == NULL) { in win32_pathbyaddr() 525 GetProcAddress(dll, "CreateToolhelp32Snapshot"); in win32_pathbyaddr() 527 FreeLibrary(dll); in win32_pathbyaddr() [all …]
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_mod.c | 127 /* Dll manipulation code - this code is not thread safe... */ 128 static SLIST_HEAD(dll_chain, dll) dll_chain = SLIST_HEAD_INITIALIZER(dll_chain); 130 attach_dll(struct dll *p) in attach_dll() 132 struct dll *b; in attach_dll() 136 return (EEXIST); /* Dll name conflict. */ in attach_dll() 145 struct dll *b, *b_tmp; in detach_dll() 152 SLIST_REMOVE(&dll_chain, b, dll, next); in detach_dll() 159 struct dll * 162 struct dll *t; in walk_dll_chain()
|
H A D | alias_mod.h | 106 struct dll { struct 114 SLIST_ENTRY(dll) next; argument 117 /* Functions used with dll module. */ 120 int attach_dll(struct dll *); 122 struct dll *walk_dll_chain(void);
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk3399_emmcphy.c | 160 /* Power down PHY and disable DLL before making changes */ in rk_emmcphy_enable() 215 /* Set DLL frequency */ in rk_emmcphy_enable() 220 /* Enable DLL */ in rk_emmcphy_enable() 228 * After the DLL control loop reaches steady state a DLL in rk_emmcphy_enable() 229 * ready signal is generated by the DLL circuits in rk_emmcphy_enable() 231 * The time from 'phyctrl_endll' to DLL ready signal in rk_emmcphy_enable() 233 * At 200MHz clock frequency the DLL ready delay is 2.56us, in rk_emmcphy_enable() 234 * at 100MHz clock frequency the DLL ready delay is 5.112us and in rk_emmcphy_enable() 235 * at 50 MHz clock frequency the DLL ready delay is 10.231us. in rk_emmcphy_enable() 239 * DLL seems to take extra long time to lock. in rk_emmcphy_enable() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
H A D | jitprofiling.c | 45 #define DEFAULT_DLLNAME "JitPI.dll" 64 /* end collector dll part. */ 67 * and is responsible to load the functions from BistroJavaCollector.dll 142 /* load the Function from the DLL */ in iJIT_NotifyEvent() 246 /* is it already missing... or the load of functions from the DLL failed */ in iJIT_RegisterCallbackEx() 271 /* this function loads the collector dll (BistroJavaCollector) 286 /* dll was already loaded, no need to do it for the second time */ in loadiJIT_Funcs() 290 /* Assumes that the DLL will not be found */ in loadiJIT_Funcs() 304 /* Try to get the dll name from the environment */ in loadiJIT_Funcs() 315 /* Try to load the dll from the PATH... */ in loadiJIT_Funcs() [all …]
|
/freebsd/contrib/ldns/ |
H A D | makewin.sh | 164 # $strip lib/*.dll || error_cleanup "cannot strip ldns dll" 203 # $strip lib/*.dll || error_cleanup "cannot strip ldns dll" 217 cp "$installplacenonstatic"/lib/libldns.dll.a . 218 cp "$installplacenonstatic"/bin/*.dll . 219 cp "$sslinstallnonstatic"/lib/*.dll.a . 220 cp "$sslinstallnonstatic"/bin/*.dll . 221 cp "$sslinstallnonstatic"/lib/engines-*/*.dll . 253 zip -r ../../"$file" LICENSE README libldns.a *.dll *.dll.a Changelog *.exe include man1 man3 cat1 …
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2010/ |
H A D | libsodium.import.props | 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 33 DestinationFiles="$(TargetDir)libsodium.dll" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 41 DestinationFiles="$(TargetDir)libsodium.dll" 48 <Message Text="Copying libsodium.dll -> $(TargetDir)libsodium.dll" Importance="high"/>
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2012/ |
H A D | libsodium.import.props | 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 33 DestinationFiles="$(TargetDir)libsodium.dll" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 41 DestinationFiles="$(TargetDir)libsodium.dll" 48 <Message Text="Copying libsodium.dll -> $(TargetDir)libsodium.dll" Importance="high"/>
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2013/ |
H A D | libsodium.import.props | 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 33 DestinationFiles="$(TargetDir)libsodium.dll" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 41 DestinationFiles="$(TargetDir)libsodium.dll" 48 <Message Text="Copying libsodium.dll -> $(TargetDir)libsodium.dll" Importance="high"/>
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2015/ |
H A D | libsodium.import.props | 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 33 DestinationFiles="$(TargetDir)libsodium.dll" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 41 DestinationFiles="$(TargetDir)libsodium.dll" 48 <Message Text="Copying libsodium.dll -> $(TargetDir)libsodium.dll" Importance="high"/>
|
/freebsd/sys/contrib/libsodium/builds/msvc/vs2017/ |
H A D | libsodium.import.props | 32 …ectDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Debug\$(PlatformToolset)\dynamic\libsodium.dll" 33 DestinationFiles="$(TargetDir)libsodium.dll" 40 …tDir)..\..\..\..\..\libsodium\bin\$(PlatformName)\Release\$(PlatformToolset)\dynamic\libsodium.dll" 41 DestinationFiles="$(TargetDir)libsodium.dll" 48 <Message Text="Copying libsodium.dll -> $(TargetDir)libsodium.dll" Importance="high"/>
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | hisilicon,hi3798cv200-dw-mshc.yaml | 38 hisilicon,sap-dll-reg: 41 DWMMC core on Hi3798MV2x SoCs has a delay-locked-loop(DLL) attached to card data input path. 45 - description: Sample DLL register offset in CRG address space 64 - hisilicon,sap-dll-reg 67 hisilicon,sap-dll-reg: false
|
H A D | cdns,sdhci.yaml | 34 # PHY DLL input delays: 84 # PHY DLL clock delays: 92 cdns,phy-dll-delay-sdclk: 100 cdns,phy-dll-delay-sdclk-hsmmc: 108 cdns,phy-dll-delay-strobe: 155 cdns,phy-dll-delay-sdclk = <0>;
|
H A D | fsl-imx-esdhc.txt | 31 This is used to set the clock delay for DLL(Delay Line) on override mode 34 chapter, DLL (Delay Line) section in RM for details. 46 - fsl,strobe-dll-delay-target: Specify the strobe dll control slave delay target.
|
/freebsd/crypto/heimdal/lib/heimdal/ |
H A D | NTMakefile | 70 DLL=$(BINDIR)\heimdal.dll 72 $(LIBHEIMDAL): $(BINDIR)\heimdal.dll 74 $(DLL): $(DLLDEPS) $(DEF) $(RES) 76 -def:$(DEF) -out:$(DLL) \
|
/freebsd/crypto/openssl/Configurations/platform/ |
H A D | mingw.pm | 18 sub dsoext { '.dll' } 23 sub shlibext { '.dll' } 24 sub shlibextimport { $target{shared_import_extension} || '.dll.a' } 40 # With Mingw and other DLL producers, there isn't any "simpler" shared
|
/freebsd/sys/contrib/libsodium/packaging/nuget/ |
H A D | package.gsl | 53 <!-- x86 Dynamic libraries (.dll) --> 54 …c\\$(package.target).dll" target="build\\native\\bin\\$(package.target)-x86-$(package.platformtool… 55 …\$(package.target).dll" target="build\\native\\bin\\$(package.target)-x86-$(package.platformtoolse… 77 <!-- x64 Dynamic libraries (.dll) --> 78 …c\\$(package.target).dll" target="build\\native\\bin\\$(package.target)-x64-$(package.platformtool… 79 …\$(package.target).dll" target="build\\native\\bin\\$(package.target)-x64-$(package.platformtoolse… 209 …kage.platformtoolset)-mt-$(package.pathversion).dll" DestinationFiles="$\(TargetDir)$(package.targ… 215 …e.platformtoolset)-mt-gd-$(package.pathversion).dll" DestinationFiles="$\(TargetDir)$(package.targ… 221 …kage.platformtoolset)-mt-$(package.pathversion).dll" DestinationFiles="$\(TargetDir)$(package.targ… 227 …e.platformtoolset)-mt-gd-$(package.pathversion).dll" DestinationFiles="$\(TargetDir)$(package.targ… [all …]
|
/freebsd/contrib/ncurses/ |
H A D | Makefile.os2 | 48 # No rule to make target `lib/ncurses4.dll' 73 # them --_nc_panel_hook, _nc_ada*, etc-- are needed outside ncurses.dll. 134 DLLS = $(addsuffix .dll, $(addprefix ./lib/, $(DLL_ROOTS))) 151 ./lib/%$(DLL_TAG).dll : ./lib/%.a 172 echo installing ./lib/$$i.dll as $(LIBDIR)/$$i.dll; \ 173 $(INSTALL_DATA) ./lib/$$i.dll $(LIBDIR)/$$i.dll; done 180 echo uninstalling $(LIBDIR)/$$i.dll; \ 181 rm -f $(LIBDIR)/$$i.dll; done
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | windows_support.rst | 33 Linking against DLL 34 :good:`Done`. LLD can read import libraries needed to link against DLL. Both 41 Creating DLL 42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | DynamicLibrary.inc | 98 // | Handles | DbgHelp.dll | CreateSnapshot | EnumProcessModulesEx 104 // * Not including the load time of Dbghelp.dll (~.005 sec) 134 // Doing that here is causing real problems for the JIT where msvc.dll 135 // and ucrt.dll can define the same symbols. The runtime linker will choose 136 // symbols from ucrt.dll first, but iterating NOT in reverse here would 137 // mean that the msvc.dll versions would be returned. 157 // These functions are not exported by the DLL, but will still be needed
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win_dynamic_runtime_thunk.cpp | 12 // to interact with the ASan DLL runtime correctly and can't be implemented 13 // using the default "import library" generated when linking the DLL RTL. 16 // - creating weak aliases to default implementation imported from asan dll. 29 // Define weak alias for all weak functions imported from asan dll. 83 // For some reason, the MD CRT doesn't call the C/C++ terminators during on DLL 87 // To work around this, for each DLL we schedule a call to UnregisterGlobals
|
/freebsd/sys/contrib/device-tree/Bindings/devfreq/ |
H A D | rk3399_dmc.txt | 64 - rockchip,dram_dll_dis_freq : Defines the DDR3 DLL bypass frequency in MHz. 66 DDR3 DLL will be bypassed. Note: if DLL was bypassed, 69 - rockchip,phy_dll_dis_freq : Defines the PHY dll bypass frequency in 71 DRAM_DLL_DISB_FREQ, PHY DLL will be bypassed. 72 Note: PHY DLL and PHY ODT are independent.
|