Keil™, An ARM® Company

RealView Linker and Utilities Guide

‑‑text

7.2.22. ‑‑text

Prints 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:

‑a

Prints 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.

‑d

Prints contents of the data sections.

‑e

Decodes exception table information for objects.

‑g

Prints debug information.

‑r

Prints relocation information.

‑s

Prints the symbol and versioning tables.

‑t

Prints the string table(s).

‑v

Prints detailed information on each segment and section header of the image.

‑y

Prints dynamic segment contents.

‑z

Prints 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.

Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0377A