Home
Engineering
Training
Docs
Community
Company
twitter
mastodon
linkedin
github
Elixir Cross Referencer
Open Menu
/
arch
/
sh
/
boot
/
romimage
/
vmlinux.scr
All symbols
C/CPP/ASM
Kconfig
Devicetree
DT compatible
Clear
Go get it
1
2
3
4
5
6
7
8
SECTIONS
{
.text : {
zero_page_pos = .;
*(.data)
end_data = .;
}
}