3.1.3 Section list

The type, size, and name of the section is output.

The output example of the section list is shown below.

Section List
(1)     (2)                 (3)
Attr    Size                Name
 
TEXT           8 (00000008) .text
DATA           4 (00000004) .data

Number

Description

(1)

Section type

The type of the section is output as the relocation attribute.

(2)

Section size

The size of the section is output.

This is expressed in a decimal number and also expressed in hexadecimal number in parentheses.

(3)

Section name

The name of the section is output.