Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:bss

41   .rel.bss        : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) }
42 .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }
181 .bss :
184 *(.bss .bss.* .gnu.linkonce.b.*)
186 /* Align here to ensure that the .bss section occupies space up to
187 _end. Align after .bss to ensure correct alignment even if the
188 .bss section disappears because there are no input sections. */