 RealView Linker and Utilities Guide |
|
| ‑‑textPrints image information in text format. You can decode an image or object file using this option. This is the default, that is, if no code output format is specified, ‑‑text is assumed. If output_file is not specified with the ‑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. ‑dPrints contents of the data sections. ‑eDecodes exception table information for objects. ‑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. |
|