Lines Matching full:dlls
2263 addresses of all the relocations needed for generating DLLs with
2308 import libraries generated from third-party dlls may need this feature
2323 @cindex DLLs, creating
2334 exported. Also, symbols imported from other DLLs will not be
2340 not be exported, to help with C++ DLLs. Finally, there is an
2342 (obviously, this applies on when building DLLs for cygwin targets).
2383 your dlls, each should have a unique base address and not overlap any
2384 other dlls. The default is 0x400000 for executables, and 0x10000000
2385 for dlls.
2442 @cindex DLLs, creating
2452 @cindex DLLs, creating
2466 Automatically choose the image base for DLLs, optionally starting with base
2480 @cindex DLLs, linking to
2486 between DLLs built for the various "subplatforms": native, cygwin,
2487 uwin, pw, etc. For instance, cygwin DLLs typically use
2494 DATA imports from DLLs, and create the necessary thunking symbols when
2625 @code{__imp__symbol} for DATA imports from DLLs.
2639 DLLs.
7415 The standard Windows dll format supports data imports from dlls only
7441 For complex variables imported from DLLs (such as structs or classes),