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;
|
||
|
}
|