Everything

-total_size


< Optimizing Linkage Editor (rlink) Options / Other Options >

[Format]

-total_size

[Description]

-

Sends total sizes of sections after linkage to standard output. The sections are categorized as follows, with the overall size of each being output.

-

Executable program sections

-

Non-program sections allocated to the ROM area

-

Sections allocated to the RAM area

-

This option makes it easy to see the total sizes of sections allocated to the ROM and RAM areas.

[Remarks]

-

The show=total_size option must be used if total sizes of sections are to be output in the linkage listing.

-

When the ROM-support function (rom option) has been specified for a section, the section will be used by both the source (ROM) and destination (RAM) of the transfer. The sizes of sections of this type will be added to the total sizes of sections in both ROM and RAM.