4.14.1 Compiler-Generated Sections
The code generator places code and data into sections with standard names,
which are subsequently positioned by the default linker scripts. A section can be created
in assembly code by using the .section
assembler directive. If you are
unsure which section holds an object or code in your project, produce and check the
relevant assembly list file.