| |||
| Home > Using fromelf > fromelf command syntax > ‑‑text | |||
Prints image information in text format. You can decode an
ELF image or ELF object file using this option. This is the default,
that is, if no code output format is specified, --text is
assumed.
If is
not specified with the output_file-o option, the information
is displayed on stdout.
Use one or more of the following options to specify what is displayed:
-aPrints the global and static data addresses (including
addresses for structure and union contents). This option can only
be used on files containing debug information. Use the --select option
to output a subset of the data addresses.
If you want to view the data addresses of arrays, expanded
both inside and outside structures, use the --expandarrays option
with this text category.
-cDisassembles code.
-dPrints contents of the data sections.
-eDecodes
exception table information for objects. Use with -c when disassembling
images.
-gPrints debug information.
-rPrints relocation information.
-sPrints the symbol and versioning tables.
-tPrints the string table(s).
-vPrints detailed information on each segment and section header of the image.
-yPrints dynamic segment contents.
-zPrints the code and data sizes. See Getting information about images for more information.
These options are only recognized when the --text output
format is selected.