31.12.2013 Views

Linkage Kit Manual V6-00 - Fujitsu

Linkage Kit Manual V6-00 - Fujitsu

Linkage Kit Manual V6-00 - Fujitsu

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CHAPTER 7 OUTPUT LIST FILE OF THE LINKER<br />

7.3.2 ROM/RAM and ARRAY Lists<br />

The ROM/RAM and ARRAY lists show information about the symbols described in the<br />

C/C++ source programs.<br />

To output the ROM/RAM and ARRAY list, the output specification of debug information<br />

when compiling or assembling is required.<br />

■ ROM/RAM and ARRAY List<br />

The following shows the ROM/RAM and ARRAY list format.<br />

Figure 7.3-3 ROM/RAM and ARRAY List Format<br />

ROM/RAM list format<br />

- ROM/RAM LISTING - (Module name)<br />

NAME ADDRESS VALUE KIND MEMORY<br />

--- name --- xxxxxxxx xxxxxxxx x xxx<br />

*1 *2 *3 *4 *5<br />

ARRAY list format<br />

- ARRAY LISTING - (Module name)<br />

NAME ADDRESS VALUE<br />

--- name --- xxxxxxxx xxxxxxxx<br />

*1 *2 *3<br />

*1: Symbol name<br />

The names of symbols described in programs are displayed.<br />

In the case of an ARRAY list, all elements of the arrays and structures are displayed.<br />

*2: Address<br />

The absolute address is displayed using a hexadecimal value.<br />

The display positions of the symbol name and address can be changed as options.<br />

If -na is specified, the symbol name is first displayed and then the address is displayed.<br />

If -an is specified, the address is first displayed and then the symbol name is displayed.<br />

For details, see Section "6.2.54 Specification for ROM/RAM and ARRAY List Symbol and Address Display<br />

Position (-na,-an)".<br />

*3: Value<br />

If an initial value is assigned to the symbol, the value is displayed as a decimal number.<br />

*4: Symbol type<br />

The following symbol types are available.<br />

L :Variable value<br />

F :Function name<br />

T :Tag name reference<br />

*5: Memory allocation<br />

The memory area to which a symbol is allocated is displayed<br />

ROM:ROM area<br />

RAM:RAM area<br />

186 PART II LINKER

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!