Specifies the information to list in a disassembly.
-show keyword[,...]
The options for the keyword are:
only | none
Shows no disassembly. Begins a list of options with only or none to prevent the default information from appearing in the disassembly.
all
Shows everything. This is default.
[no]code | [no]text
Shows disassembly of the code sections. This is default.
[no]comments
Shows comment field in the code. Implies -show code. This is default.
[no]extended
Shows the extended mnemonics. Implies -show code. This is default.
[no]data
Shows data with -show verbose, shows hex dumps of the sections. This is default.
[no]debug | [no]sym
Shows the symbolics information. This is default.
[no]exceptions
Shows the exception tables. Implies -show data. This is default.
[no]headers
Shows the ELF headers. This is default.
[no]hex
Shows addresses and opcodes in the code disassembly. Implies -show code. This is default.
[no]names
Shows the symbol table. This is default.
[no]relocs
Shows resolved relocations in the code and relocation tables. This is default.
[no]source
Shows source in the disassembly. Implies -show code, with -show verbose, displays the entire source file in the output, else shows only four lines around each function. This is default.
[no]xtables
Shows the exception tables. This is default.
[no]verbose
Shows verbose information, including the hex dump of program segments in the applications. This is default.
This is a linker option.