3.2.4 Linkage Map Information

The start and end addresses, size, and type of each section are output in the order of address. The following figure shows an example of linkage map information output.

*** Mapping List ***
(1)                               (2)        (3)        (4)   (5)
SECTION                           START      END        SIZE   ALIGN
P
                                 00001000  00001000        1   1
C
                                 00001004  00001007        4   4
D_2
                                 00001008  000014dd      4d6   2
B_2
                                 000014de  000050b3     3bd6   2

Item Number

Description

(1)

Section name

(2)

Start address

(3)

End address

(4)

Section size

(5)

Section boundary alignment value

Note

As the number for the alignment of code sections whose address is determined after linkage, when big endian is selected, a multiple of 4 is indicated regardless of the actual number for alignment at the time of compiling and assembling.