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