Back to home page

OSCL-LXR

 
 

    


0001 SECTIONS
0002 {
0003         .text : ALIGN(4096)
0004         {
0005                 *(.text .text.* .fixup)
0006         }
0007         .init.text : ALIGN(4096)
0008         {
0009                 *(.init.text .init.text.*)
0010         }
0011         .exit.text : ALIGN(4096)
0012         {
0013                 *(.exit.text .exit.text.*)
0014         }
0015 }