D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib
/
modules
/
4.4.0-1128-aws
/
build
/
arch
/
h8300
/
boot
/
compressed
/
Filename :
vmlinux.lds
back
Copy
SECTIONS { .text : { __stext = . ; __text = .; *(.text..startup) *(.text) __etext = . ; } .rodata : { *(.rodata) } .data : { __sdata = . ; ___data_start = . ; *(.data.*) } .bss : { . = ALIGN(0x4) ; __sbss = . ; *(.bss*) . = ALIGN(0x4) ; __ebss = . ; } _end = . ; }