Home | History | Annotate | Download | only in info

Lines Matching full:exports

3004              [`-e'|`--output-exp' EXPORTS-FILE-NAME]
3030 creates a exports file. If the `-l' option has been specified it
3056 The second file needed for DLL creation is an exports file. This
3074 `dlltool' builds the library file by hand, but it builds the exports
3089 dlltool -e exports.o -l dll.lib dll.o
3090 gcc dll.o exports.o -o dll.dll
3107 the exports file generated by dlltool.
3156 used to create the exports file.
3161 assembler when building the exports file. This option will work
3186 Specifies that when `dlltool' is creating the exports file it
3193 Specifies that when `dlltool' is creating the exports file it
3204 Specifies that when `dlltool' is creating the exports file it
3213 Specifies that when `dlltool' is creating the exports file it
3220 Specifies that when `dlltool' is creating the exports file it
3232 Specifies that when `dlltool' is creating the exports and library
3237 Specifies that when `dlltool' is creating the exports and library
3244 Specifies that when `dlltool' is creating the exports and library
3264 file and exports file that it produces as supporting interworking
3270 create the exports file. If this option is repeated then dlltool
3311 `EXPORTS ( ( (' NAME1 `[ = ' NAME2 `] ) | ( ' NAME1 `=' MODULE-NAME `.' EXTERNAL-NAME `) ) [ == ' ITS_NAME `]'