Everything
6.1.1 Section name

The following table lists the names, relocation attribute of these reserved sections.

Table 6.1

Reserved Sections

Default Section Name

Relocation Attribute

Description

.callt0

CALLT0

Section for the table to call the callt function

.text

TEXT

Section for code (allocated to the near area)

.textf

TEXTF

Section for code (allocated to the far area)

.textf_unit64kp

TEXTF_UNIT64KP

Section for code (section is allocated so that the start address is an even address and the section does not exceed the (64 Kbytes - 1) boundary)

.const

CONST

ROM data (allocated to the near area) (within the mirror area)

.constf

CONSTF

ROM data (allocated to the far area)

.data

DATA

Section for near initialized data (with initial value)

.dataf

DATAF

Section for far initialized data (with initial value)

.sdata

SDATA

Section for initialized data (with initial value, variable allocated to saddr)

.bss

BSS

Section for data area (without initial value, allocated to the near area)

.bssf

BSSF

Section for data area (without initial value, allocated to the far area)

.sbss

SBSS

Section for data area (without initial value, variable allocated to saddr)

.option_byte

OPT_BYTE

Dedicated section for user option byte and on-chip debugging specification

.security_id

SECUR_ID

Dedicated section for security ID specification

.flash_security_id

FLASH_SECUR_ID

Section specific for flash programmer security ID specification

.vect<vector table address>

AT

Interrupt vector table

If the -split_vect option is specified, a section is generated based on ".vect<vector table address>". The vector table address is in hexadecimal notation.