| /src/contrib/sqlite3/ ! |
| H A D | Makefile.in | 142 libsqlite3.DLL.basename = @SQLITE_DLL_BASENAME@ 144 libsqlite3.DLL = $(libsqlite3.DLL.basename)$(T.dll) 145 libsqlite3.DLL.install-rules = @SQLITE_DLL_INSTALL_RULES@ 147 $(libsqlite3.DLL): sqlite3.o 151 $(libsqlite3.DLL)-1: $(libsqlite3.DLL) 152 $(libsqlite3.DLL)-0: 153 all: $(libsqlite3.DLL)-$(ENABLE_LIB_SHARED) 165 install-dll-out-implib: $(install-dir.lib) $(libsqlite3.DLL) 171 $(INSTALL) $(libsqlite3.DLL) "$(install-dir.lib)" 174 rm -f $(libsqlite3.DLL).0 $(libsqlite3.DLL).$(PACKAGE_VERSION) || exit $$?; \ [all …]
|
| /src/crypto/krb5/src/lib/ ! |
| H A D | xpprof32.def | 2 ; XPPROF32.DEF - XPPROF32.DLL 5 ;LIBRARY XPPROF32.DLL 6 DESCRIPTION 'Cross Platform Profile DLL'
|
| H A D | comerr32.def | 2 DESCRIPTION 'DLL for ComErr'
|
| H A D | gssapi32.def | 2 ; GSSAPI32.DEF - GSSAPI32.DLL module definition file
|
| /src/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
|
| /src/crypto/heimdal/lib/heimdal/ ! |
| H A D | NTMakefile | 70 DLL=$(BINDIR)\heimdal.dll 74 $(DLL): $(DLLDEPS) $(DEF) $(RES) 76 -def:$(DEF) -out:$(DLL) \
|
| /src/contrib/sqlite3/tea/ ! |
| H A D | _teaish.tester.tcl.in | 10 # $1 = the DLL name, or "" if the extension has no DLL
|
| /src/crypto/krb5/src/lib/crypto/builtin/aes/ ! |
| H A D | aes.txt | 14 3. Update the test_avs test to allow the testing of static, DLL and 15 dynamically loaded DLL libraries. 107 brg_types.h a header defining some standard types and DLL defines 137 vbxam.doc a demonstration of AES DLL use from Visual Basic in Microsoft Word 271 DLL build, aestab.c must be excluded from the build. 285 DLL_EXPORT must be defined to generate the DLL version of the code and 288 DLL_IMPORT must be defined to use the DLL version of the code in an 333 x64) and the build (release or debug). Each DLL library: 343 After any DLL is built it and its three related files are then 346 last DLL built. [all …]
|
| H A D | brg_types.h | 143 # error Use of the DLL is only available on the Microsoft, Intel and GCC compilers 153 # error Use of the DLL is only available on the Microsoft, Intel and GCC compilers
|
| /src/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, 71 DRAM_DLL_DISB_FREQ, PHY DLL will be bypassed. 72 Note: PHY DLL and PHY ODT are independent.
|
| /src/crypto/krb5/src/windows/leashdll/ ! |
| H A D | ver.rc | 1 #define VER_FILEDESCRIPTION_STR "Leash Helper DLL"
|
| H A D | leashw32.def | 3 DESCRIPTION 'DLL for Kerberos ticket initialization'
|
| /src/contrib/bearssl/conf/ ! |
| H A D | samd20.mk | 18 DLL = no
|
| /src/contrib/bearssl/mk/ ! |
| H A D | Defaults.mk | 39 DLL = dll
|
| /src/sys/contrib/device-tree/Bindings/mmc/ ! |
| H A D | sdhci-sprd.txt | 26 PHY DLL delays are used to delay the data valid window, and align the window 27 to sampling clock. PHY DLL delays can be configured by following properties,
|
| 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.
|
| H A D | sdhci-st.txt | 27 to configure DLL inside the flashSS, if so reg-names must also be 32 for eMMC on stih407 family silicon to configure DLL inside FlashSS.
|
| /src/contrib/file/magic/Magdir/ ! |
| H A D | epoc | 62 >4 lelong 0x00000000 DLL 72 >4 lelong 0x1000008D DLL
|
| H A D | msdos | 130 # DLL Characteristics 134 # 0x2000~IMAGE_FILE_DLL The image file is a dynamic-link library (DLL) 150 # WINE https://www.winehq.org/ DLL libraries without subsystem, some examples: 154 >>>0x40 string Wine\ placeholder\ DLL for WINE stub (DLL) 156 >>>0x40 string Wine\ builtin\ DLL for WINE (DLL) 185 >>>0x40 string Wine\ placeholder\ DLL for WINE stub 186 >>>0x40 string Wine\ builtin\ DLL for WINE 206 >>>0x40 string Wine\ placeholder\ DLL for WINE stub 207 >>>0x40 string Wine\ builtin\ DLL for WINE 211 >>>(0x3c.l+22) leshort&0x2000 >0 (DLL) [all …]
|
| /src/contrib/ncurses/misc/ ! |
| H A D | makedef.cmd | 36 * makedef.cmd - update a DLL export list using a newly created library file 79 * all unused data (comments, DLL directives, blanks, etc). All this 127 * this symbol was in the old DLL and it is no longer
|
| H A D | cmpdef.cmd | 70 * First we find all public symbols from the original DLL. All this 96 * Now we find all public symbols from the new DLL, and compare.
|
| /src/contrib/llvm-project/lld/COFF/ ! |
| H A D | Options.td | 43 def delayload : P<"delayload", "Delay loaded DLL name">; 143 def dll : F<"dll">, HelpText<"Create a DLL">; 184 defm allowbind : B<"allowbind", "Enable DLL binding (default)", 185 "Disable DLL binding">; 186 defm allowisolation : B<"allowisolation", "Enable DLL isolation (default)", 187 "Disable DLL isolation">;
|
| /src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ ! |
| H A D | Options.td | 9 def D: JoinedOrSeparate<["-"], "D">, HelpText<"Specify the input DLL Name">;
|
| /src/crypto/krb5/src/config/ ! |
| H A D | win-pre.in | 146 # CCOPTS was for DLL compiles 147 # CCOPTS2 was for non-DLL compiles (EXEs, for example)
|
| /src/sys/contrib/libsodium/builds/ ! |
| H A D | Makefile.am | 12 msvc/properties/DLL.props \
|