|
|||||||||||
|
Technical Support On-Line Manuals Assembler User Guide |
Assembler User GuideELF sections and the AREA directive
ELF sections are independent, named, indivisible sequences of code or data. A single code section is the minimum required to produce an application. The output of an assembly or compilation can include:
The linker places each section in a program image according to section placement rules. Sections that are adjacent in source files are not necessarily adjacent in the application image In a source file, the You can choose any name for your sections. However, names
starting with any non-alphabetic character must be enclosed in bars,
or an Example 6 defines
a single read-only section called
| ||||||||||
|
|||||||||||