Home | History | Annotate | Download | only in ldscripts

Lines Matching refs:bss

43   .rel.bss      0 : { *(.rel.bss) }
44 .rela.bss 0 : { *(.rela.bss) }
100 .bss 0 :
103 *(.bss)
105 /* Align here to ensure that the .bss section occupies space up to
106 _end. Align after .bss to ensure correct alignment even if the
107 .bss section disappears because there are no input sections.
108 FIXME: Why do we need it? When there is no .bss section, we don't