The gdump Utility Program formats and prints information about a BSD or ELF object file, object library file, or executable file, including:
options gdump options, listed below.
Options when using gdump with BSD format files include:
-help Display information about all options.
Options when using gdump with ELF format files include:
-asm Print text sections as pure assembly language (see also -ytext).
-dwarf Print DWARF information only.
-full Dump everything except section contents (see -ysec).
-help Display information about all options.
-load Print ELF header summary.
-N Only print information as indicated by -y options.
-raw If -ysec, dump text sections in hexadecimal format, not disassembly.
-sx/nx Attempt/do not attempt shorter C++ demangling.
-sym Use symbol names, not numbers, in relocation output.
-v1 Print DWARF version 1. This is the default.
-v2 Print DWARF version 2. This version is not well supported.
Indicates to gdump that all non-empty, allocated sections have a 4 byte checksum generated by the GHS linker. The content of each section is compared against the existing checksum and if they do not match, both will be printed.
Prints the checksum for each appropriate section. If -verify_checksum is also specified, checksums are assumed to exist and -print_checksum prints them for those sections where the checksum is found to be correct. If the -verify_checksum option is not specified, checksums are assumed non-existent in the section and calculates them, using all bytes in the section.
Print/do not print DWARF debug information.
Print/do not print dynamic linkage information.
Print/do not print global offset table.
Print/do not print ELF header information.
Print/do not print DWARF line number information.
Print/do not print relocation information.
Print/do not print procedure linkage table.
Print/do not print symbol table information.
Print/do not print section contents.
Print/do not print section header information.
Print/do not print string table information.
Print/do not print relocation information.
Print contents of text sections only.