Everything
7.3 Allocation Area of Libraries and Startup Routine

The sections for code of the library functions can be allocated to all areas. The startup routine can be allocated to only addresses 0x00000 to 0x0FFFF.

Section Name

Relocation Attribute

Description

.RLIB

TEXTF

Section for code of runtime libraries

.SLIB

TEXTF

Section for code of standard libraries

.data

.bss

.constf

DATA

BSS

CONSTF

Section for data of standard libraries

.text

TEXT

Startup routine