![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 OUTPUT_FORMAT(binary) 0003 SECTIONS 0004 { 0005 .start : { *(.start) } 0006 .text : { *(.text*) } 0007 .rodata : { *(.rodata) } 0008 .data : { *(.data) } 0009 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |