| /freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/gcc/config/arm/ |
| H A D | README-interworking | 197 If it is possible for Thumb functions in a DLL to call 650 And a DLL source file (`dll.c') like this: 658 Build a `.def' file describing the DLL: 661 ; This file describes the contents of the DLL 668 Compile the DLL source code: 678 Link together the complete DLL: 688 Link together the program and the DLL's library file: 697 Compile the DLL source code (using the Thumb compiler): 711 If instead, the DLL was an old, ARM DLL which does not support 720 Skip. With no DLL sources there is nothing to compile. [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/heimdal/ |
| H A D | NTMakefile | 70 DLL=$(BINDIR)\heimdal.dll 74 $(DLL): $(DLLDEPS) $(DEF) $(RES) 76 -def:$(DEF) -out:$(DLL) \
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Options.td | 28 def delayload : P<"delayload", "Delay loaded DLL name">; 95 def dll : F<"dll">, HelpText<"Create a DLL">; 117 defm allowbind : B<"allowbind", "Enable DLL binding (default)", 118 "Disable DLL binding">; 119 defm allowisolation : B<"allowisolation", "Enable DLL isolation (default)", 120 "Disable DLL isolation">;
|
| H A D | CMakeLists.txt | 11 DLL.cpp
|
| H A D | Driver.cpp | 89 const char* E = Config->DLL ? ".dll" : ".exe"; in getOutputPath() 472 if (Config->DLL) in inferSubsystem() 498 return Config->DLL ? 0x180000000 : 0x140000000; in getDefaultImageBase() 499 return Config->DLL ? 0x10000000 : 0x400000; in getDefaultImageBase() 638 (Config->DLL || AsLib) ? ".dll" : ".exe"); in getImportName() 1055 Config->DLL = true; in link() 1296 !Config->DLL && Args.hasFlag(OPT_tsaware, OPT_tsaware_no, true); in link() 1600 if (Config->DLL && ((Config->MinGW && Config->Exports.empty()) || in link() 1620 if (!Config->Exports.empty() || Config->DLL) { in link()
|
| H A D | Config.h | 119 bool DLL = false; member
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | epoc | 49 >4 lelong 0x00000000 DLL 54 >4 lelong 0x1000008D DLL
|
| /freebsd-12.1/contrib/bearssl/conf/ |
| H A D | samd20.mk | 18 DLL = no
|
| /freebsd-12.1/contrib/bearssl/mk/ |
| H A D | Defaults.mk | 39 DLL = dll
|
| H A D | mkrules.sh | 497 all: \$(STATICLIB) \$(DLL) \$(TOOLS) \$(TESTS)
|
| /freebsd-12.1/sys/contrib/zstd/lib/ |
| H A D | README.md | 83 #### Windows : using MinGW+MSYS to create DLL 85 DLL can be created using MinGW+MSYS with the `make libzstd` command. 96 The compiled executable will require ZSTD DLL which is available at `dll\libzstd.dll`.
|
| /freebsd-12.1/contrib/ncurses/misc/ |
| H A D | makedef.cmd | 35 * makedef.cmd - update a DLL export list using a newly created library file 78 * all unused data (comments, DLL directives, blanks, etc). All this 126 * this symbol was in the old DLL and it's no longer
|
| H A D | cmpdef.cmd | 69 * First we find all public symbols from the original DLL. All this 95 * Now we find all public symbols from the new DLL, and compare.
|
| H A D | chkdef.cmd | 67 * First we find all public symbols from the original DLL. All this
|
| /freebsd-12.1/contrib/ncurses/include/ |
| H A D | ncurses_dll.h.in | 58 /* building a DLL */ 64 /* linking to the DLL */
|
| /freebsd-12.1/contrib/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | Options.td | 9 def D: JoinedOrSeparate<["-"], "D">, HelpText<"Specify the input DLL Name">;
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | cygming.opt | 32 Generate code for a DLL
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | README | 23 <[email protected]> for the Windows DLL version. The zlib home page is 58 - For Windows DLL versions, please see win32/DLL_FAQ.txt
|
| H A D | ChangeLog | 55 - Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc 379 - Add DLL install in win32/makefile.gcc [Bar-Lev] 855 - FAQ update regarding the Windows DLL [Truta] 859 - Adapt the zlib interface to the new DLL convention guidelines [Truta] 878 - Update contrib/vstudio/vc70_32 to comply with the new DLL guidelines 899 - Synchronize zconf.h with the new Windows DLL interface [Truta] 1217 - add EXPORT in all exported functions (for Windows DLL) 1240 - Add EXPORT keyword for check_func (needed for Windows DLL) 1284 - zlibVersion and gzerror return const char* (needed for DLL) 1300 - added Windows DLL support [all …]
|
| /freebsd-12.1/sys/contrib/libsodium/builds/ |
| H A D | Makefile.am | 12 msvc/properties/DLL.props \
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ldint.texinfo | 621 With this feature on, DLL clients can import variables from DLL 631 system) So, the resulting DLL can be used with any other PE 642 (virtual/physical memory): should be less than effect of DLL 649 to make client access variable directly in the DLL, bypassing 650 the extra dereference imposed by ordinary DLL runtime linking. 656 into loaded DLL. The aim is to make OS loader do so, and than 659 from particular DLL. Each such structure points to two other 667 For each reference of data symbol to be imported from DLL (to 673 integer), pointer to DLL name (so, DLL name is referenced by 688 IMAGE_IMPORT_DESCRIPTORS for the same DLL is possible. Answer is yes,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CLCompatOptions.td | 290 def _SLASH_LD : CLFlag<"LD">, HelpText<"Create DLL">; 291 def _SLASH_LDd : CLFlag<"LDd">, HelpText<"Create debug DLL">; 295 Flags<[CLOption, DriverOption]>, HelpText<"Use DLL run-time">; 297 Flags<[CLOption, DriverOption]>, HelpText<"Use DLL debug run-time">;
|
| /freebsd-12.1/contrib/googletest/googlemock/ |
| H A D | README.md | 278 ### As a Shared Library (DLL) ### 281 library for the simplicity. Google Mock can be used as a DLL, but the 282 same DLL must contain Google Test as well. See
|
| /freebsd-12.1/contrib/googletest/googletest/ |
| H A D | README.md | 204 have names ending with -md use DLL versions of Microsoft runtime libraries (the 293 ### As a Shared Library (DLL) 297 as a DLL on Windows) if you prefer.
|