1SECTIONS { 2 .text.ordered : { 3 *(.text.call_me) 4 *(.text.foo) 5 *(.text.call_me.call_me.__part.1) 6 *(.text.call_me.call_me.__part.2) 7 *(.text.call_me.call_me.__part.3) 8 } 9} INSERT BEFORE .text; 10
1SECTIONS { 2 .text.ordered : { 3 *(.text.call_me) 4 *(.text.foo) 5 *(.text.call_me.call_me.__part.1) 6 *(.text.call_me.call_me.__part.2) 7 *(.text.call_me.call_me.__part.3) 8 } 9} INSERT BEFORE .text; 10