Searched refs:bss (Results 1 – 3 of 3) sorted by relevance
47 let bss = layout::bss_range(); in print_addresses() localVariable48 info!("bss: {}..{} ({} bytes)", bss.start, bss.end, bss.end - bss.start); in print_addresses()
75 * Collect together the read-write data including .bss at the end which94 /* The entry point code assumes that .bss is 16-byte aligned. */95 .bss : ALIGN(16) {97 *(.bss.*)
111 DRAM to use for the `.bss` and `.data` sections and stack, and a device mapping for the UART MMIO