Home
last modified time | relevance | path

Searched refs:bss (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Virtualization/vmbase/example/src/
Dlayout.rs47 let bss = layout::bss_range(); in print_addresses() localVariable
48 info!("bss: {}..{} ({} bytes)", bss.start, bss.end, bss.end - bss.start); in print_addresses()
/packages/modules/Virtualization/vmbase/
Dsections.ld75 * Collect together the read-write data including .bss at the end which
94 /* The entry point code assumes that .bss is 16-byte aligned. */
95 .bss : ALIGN(16) {
97 *(.bss.*)
DREADME.md111 DRAM to use for the `.bss` and `.data` sections and stack, and a device mapping for the UART MMIO