|
| Listing (RealView ARM)- Select Folder for Listings...
- Select a folder where listing files are stored.
- Page Width
- Specify the number of characters per line for the listing file.
- Page Length
- Specify the number of lines per page for the listing files.
Assembler Listing- Create listing files for the assembly source files in the project target.
- Noterse
- When enabled, lines skipped due to conditional assembly do not appear in the listing. When disabled, these lines do appear in the listing.
- Cross Reference
- List cross-reference information on symbols, including where they are defined and where they are used, both inside and outside macros.
Linker Listing- Create a map file from the linker for the project target.
- Memory Map
- Include an image map that contains the address and the size of each load region, execution region, and input section in the image, including debugging and linker-generated input sections.
- Callgraph
- Create a static callgraph file of functions in HTML format. The callgraph gives definition and reference information for all functions in the image.
- Symbols
- List local, global, and linker-generated symbols along with the symbol value.
- Cross Reference
- List all cross-references between input sections.
- Size Info
- Gives a list of the Code and Data (RO Data, RW Data, ZI Data, and Debug Data) sizes for each input object and library member in the image.
- Totals Info
- Gives totals of the Code and Data (RO Data, RW Data, ZI Data, and Debug Data) sizes for input objects and libraries.
- Unused Section Info
- Lists all unused sections that were eliminated from the image.
- Veneers Info
- Gives details of linker generated Thumb/ARM veneers.
|
|