Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dxen.lds.S181 .bss : { /* BSS */
183 *(.bss.stack_aligned) argument
185 *(.bss.page_aligned)
186 *(.bss)
189 *(.bss.percpu) argument
191 *(.bss.percpu.read_mostly)
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dxen.lds.S245 DECL_SECTION(.bss) {
247 *(.bss.stack_aligned)
248 *(.bss.page_aligned*)
249 *(.bss)
252 *(.bss.percpu)
254 *(.bss.percpu.read_mostly)
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dbuild32.lds30 *(.bss)
31 *(.bss.*)
/xen-4.10.0-shim-comet/xen/
A DRules.mk193 .text|.text.*|.data|.data.*|.bss) \
/xen-4.10.0-shim-comet/docs/misc/
A Dlivepatch.markdown898 ### .bss and .data sections.
904 (.data or .rodata section changes), or even to .bss sections.
906 As such the ELF payload can introduce new .rodata, .bss, and .data sections.
964 * Be able to patch .rodata, .bss, and .data sections.
1091 ### .bss and .data sections.
1100 reverted. This is because we cannot guarantee that the state of .bss
1105 and the .data or .bss sections are of zero length.

Completed in 6 milliseconds