Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:bss

40   .rel.bss        : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) }
41 .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
170 .bss :
173 *(.bss .bss.* .gnu.linkonce.b.*)
175 /* Align here to ensure that the .bss section occupies space up to
176 _end. Align after .bss to ensure correct alignment even if the
177 .bss section disappears because there are no input sections. */