the patch implement of following functionality.
- export the symbols from archive or object files.
- sort the export symbols. (based on same symbol name and visibility)
- delete the duplicate export symbols (based on same symbol name and visibility)
- print out the unique and sorted export symbols (print the symbol name and visibility).
there are two new options are add in the patch
- --export-symbols (enable the functionality of export unique symbol)
- --no-rsrc (exclude the symbol name begin with "__rsrc" from be exporting from xcoff object file)
Export symbol list for xcoff object file has the same functionality as
The patch has the same functionality as
IBM CreateExportList
Should this be "Data Execution Protection" (i.e. upper-case "D")?