![]() |
|
|||
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 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |