brintos

brintos / llvm-project-archived public Read only

0
0
Text · 210 B · dcc9607 Raw
10 lines · plain
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