Lines Matching refs:bss
42 .rel.bss : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) }
43 .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
146 .bss :
149 *(.bss .bss.* .gnu.linkonce.b.*)
151 /* Align here to ensure that the .bss section occupies space up to
152 _end. Align after .bss to ensure correct alignment even if the
153 .bss section disappears because there are no input sections.
154 FIXME: Why do we need it? When there is no .bss section, we don't