Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.4 15 lines 188 B view raw
1SECTIONS 2{ 3 .text : ALIGN(4096) 4 { 5 *(.text .text.* .fixup) 6 } 7 .init.text : ALIGN(4096) 8 { 9 *(.init.text .init.text.*) 10 } 11 .exit.text : ALIGN(4096) 12 { 13 *(.exit.text .exit.text.*) 14 } 15}