Home
last modified time | relevance | path

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

/xen/xen/arch/arm/
A Dxen.lds.S202 .bss : { /* BSS */
204 *(.bss.stack_aligned) argument
206 *(.bss.page_aligned)
209 *(.bss.percpu.page_aligned) argument
210 *(.bss.percpu)
212 *(.bss.percpu.read_mostly)
215 *(.bss) argument
/xen/tools/firmware/hvmloader/
A Dhvmloader.lds13 .bss : { *(.bss) *(.bss.*) }
/xen/xen/arch/x86/
A Dxen.lds.S294 DECL_SECTION(.bss) {
296 *(.bss.stack_aligned)
297 *(.bss.page_aligned*)
300 *(.bss.percpu.page_aligned)
301 *(.bss.percpu)
303 *(.bss.percpu.read_mostly)
306 *(.bss)
/xen/stubdom/
A Dvtpm_extern.patch1bss+0x28): multiple definition of `tpm_malloc'; /home/abuild/rpmbuild/BUILD/xen-4.8.20191211T16000…
/xen/xen/arch/x86/boot/
A Dbuild32.lds30 *(.bss)
31 *(.bss.*)
/xen/xen/
A DRules.mk191 .text|.text.*|.data|.data.*|.bss) \
/xen/docs/misc/
A Dlivepatch.pandoc1040 ### .bss and .data sections.
1046 (.data or .rodata section changes), or even to .bss sections.
1048 As such the ELF payload can introduce new .rodata, .bss, and .data sections.
1109 * Be able to patch .rodata, .bss, and .data sections.
1233 ### .bss and .data sections.
1242 reverted. This is because we cannot guarantee that the state of .bss
1247 and the .data or .bss sections are of zero length.

Completed in 11 milliseconds