ld: Input Section

1 
1 3.6.4 Input Section Description
1 -------------------------------
1 
1 The most common output section command is an input section description.
1 
1    The input section description is the most basic linker script
1 operation.  You use output sections to tell the linker how to lay out
1 your program in memory.  You use input section descriptions to tell the
1 linker how to map the input files into your memory layout.
1 

Menu