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 v3.3 9 lines 131 B view raw
1SECTIONS 2{ 3 .data : { 4 _input_len = .; 5 LONG(_input_data_end - _input_data) _input_data = .; 6 *(.data) 7 _input_data_end = .; 8 } 9}