The most common output section command is an input section description.
The input section description is the most basic linker script operation. You use output sections to tell the linker how to lay out your program in memory. You use input section descriptions to tell the linker how to map the input files into your memory layout.
Input Section Basics: Input section basics Input Section Wildcards: Input section wildcard patterns Input Section Common: Input section for common symbols Input Section Keep: Input section and garbage collection Input Section Example: Input section example