Home
last modified time | relevance | path

Searched refs:DLL (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/contrib/llvm-project/lld/docs/
H A Dwindows_support.rst33 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/crypto/heimdal/lib/heimdal/
H A DNTMakefile70 DLL=$(BINDIR)\heimdal.dll
74 $(DLL): $(DLLDEPS) $(DEF) $(RES)
76 -def:$(DEF) -out:$(DLL) \
/freebsd/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt64 - 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.
/freebsd/contrib/bearssl/conf/
H A Dsamd20.mk18 DLL = no
/freebsd/contrib/bearssl/mk/
H A DDefaults.mk39 DLL = dll
H A Dmkrules.sh497 all: \$(STATICLIB) \$(DLL) \$(TOOLS) \$(TESTS)
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-sprd.txt26 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 Dfsl-imx-esdhc.txt31 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 Dsdhci-st.txt27 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.
H A Dsdhci-am654.txt37 - ti,trm-icp: DLL trim select
/freebsd/contrib/file/magic/Magdir/
H A Depoc62 >4 lelong 0x00000000 DLL
72 >4 lelong 0x1000008D DLL
H A Dmsdos130 # 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 …]
/freebsd/contrib/ncurses/misc/
H A Dmakedef.cmd36 * 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 Dcmpdef.cmd70 * 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.
H A Dchkdef.cmd68 * First we find all public symbols from the original DLL. All this
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td43 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">;
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DOptions.td9 def D: JoinedOrSeparate<["-"], "D">, HelpText<"Specify the input DLL Name">;
/freebsd/crypto/openssl/
H A DNOTES-WINDOWS.md224 who wish to `/DELAYLOAD:GDI32.DLL` and `/DELAYLOAD:USER32.DLL` and
227 relying on `USER32.DLL`. E.g., on Windows Vista and later you could:
H A DNOTES-NONSTOP.md213 For OSS targets, the main DLL names will be `libssl.so` and `libcrypto.so`.
214 For GUARDIAN targets, DLL names will be `ssl` and `crypto`. The following
/freebsd/sys/contrib/libsodium/builds/
H A DMakefile.am12 msvc/properties/DLL.props \
/freebsd/sys/contrib/zlib/
H A DREADME23 <info@winimage.com> for the Windows DLL version. The zlib home page is
57 - For Windows DLL versions, please see win32/DLL_FAQ.txt
/freebsd/sys/contrib/zstd/lib/
H A DREADME.md165 #### Windows : using MinGW+MSYS to create DLL
167 DLL can be created using MinGW+MSYS with the `make libzstd` command.
178 The compiled executable will require ZSTD DLL which is available at `dll\libzstd.dll`.
/freebsd/contrib/ncurses/include/
H A Dncurses_dll.h.in85 # if defined(NCURSES_STATIC) /* "static" here only implies "not-a-DLL" */
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMSVC.cpp180 bool DLL = Args.hasArg(options::OPT__SLASH_LD, options::OPT__SLASH_LDd, in ConstructJob() local
182 if (DLL) { in ConstructJob()
218 } else if (DLL) { in ConstructJob()
/freebsd/contrib/googletest/googletest/
H A DREADME.md171 ### As a Shared Library (DLL)
175 as a DLL on Windows) if you prefer.

1234