mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-21 00:22:33 +00:00
10 lines
124 B
Text
10 lines
124 B
Text
![]() |
SECTIONS
|
||
|
{
|
||
|
.data : {
|
||
|
zimage_data = .;
|
||
|
*(.data)
|
||
|
zimage_data_end = .;
|
||
|
}
|
||
|
zimage_len = zimage_data_end - zimage_data;
|
||
|
}
|