Lines Matching full:export
2457 as Windows. A DLL contains an export table which contains information
2461 The export table is generated by this program by reading in a `.def'
2464 export information.
2475 [`--export-all-symbols'] [`--no-export-all-symbols']
2511 have an `-export:<name_of_function>' entry in the `.drectve' section of
2515 asm (".ascii \"-export:my_func\"");
2563 Specifies the name of the export file to be created by dlltool.
2573 `--export-all-symbols'
2577 option. You may add to the list of symbols to not export by using
2580 `--no-export-all-symbols'
2581 Only export symbols explicitly listed in an input `.def' file or in
2587 Do not export the symbols in LIST. This is a list of symbol names
2590 `--export-all-symbols' is used.
2593 When `--export-all-symbols' is used, it will by default avoid
2597 export these special symbols. This is only meaningful when
2598 `--export-all-symbols' is used.