Searched refs:bss (Results 1 – 5 of 5) sorted by relevance
181 .bss : { /* BSS */183 *(.bss.stack_aligned) argument185 *(.bss.page_aligned)186 *(.bss)189 *(.bss.percpu) argument191 *(.bss.percpu.read_mostly)
245 DECL_SECTION(.bss) {247 *(.bss.stack_aligned)248 *(.bss.page_aligned*)249 *(.bss)252 *(.bss.percpu)254 *(.bss.percpu.read_mostly)
30 *(.bss)31 *(.bss.*)
193 .text|.text.*|.data|.data.*|.bss) \
898 ### .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 .bss1105 and the .data or .bss sections are of zero length.
Completed in 6 milliseconds