1 FORCE_COMMON_ALLOCATION
8 *(.text*) /* wildcard for "gcc -ffunction-sections" */
9 *(.gnu.linkonce.t.*) /* C++ templates? */
14 *(.rodata*) /* read-only data (ELF only) */
22 *(.data*) /* wildcard for "gcc -fdata-sections" */
25 start_ctors = .; *(SORT(.ctor*)) QUAD(0)
26 start_dtors = .; *(SORT(.dtor*)) QUAD(0)
32 *(.bss*) /* wildcard for "gcc -fdata-sections" */
34 *(COMMON) /* "common" variables */