You copied the Doc URL to your clipboard.
This option enables support for the GNU equivalent of input section symbols.
GNU Symbol | ARM symbol | Description |
---|---|---|
__start_ |
| Address of the start of the consolidated section called . |
__stop_ |
| Address of the byte beyond the end of the consolidated
section called
|
Note
A reference to
by a GNU input section symbol is sufficient for armlink to prevent the section from being removed as unused.SectionName
A reference by an ARM input section symbol is not sufficient to prevent the section from being removed as unused.
This option is enabled by default when you specify --arm_linux
.
It is disabled by default in all other cases.
- Reference