Searched refs:bss (Results 1 – 7 of 7) sorted by relevance
202 .bss : { /* BSS */204 *(.bss.stack_aligned) argument206 *(.bss.page_aligned)209 *(.bss.percpu.page_aligned) argument210 *(.bss.percpu)212 *(.bss.percpu.read_mostly)215 *(.bss) argument
13 .bss : { *(.bss) *(.bss.*) }
294 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)
1 …bss+0x28): multiple definition of `tpm_malloc'; /home/abuild/rpmbuild/BUILD/xen-4.8.20191211T16000…
30 *(.bss)31 *(.bss.*)
191 .text|.text.*|.data|.data.*|.bss) \
1040 ### .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 .bss1247 and the .data or .bss sections are of zero length.
Completed in 11 milliseconds