Searched refs:bss (Results 1 – 18 of 18) sorted by relevance
29 unsigned int *bss = &__bss_start; in _start() local30 while (bss != &__bss_end) in _start()31 *bss++ = 0; in _start()
43 .rel.bss : { *(.rel.bss) }44 .rela.bss : { *(.rela.bss) }78 .bss : ALIGN(4) {79 KEEP(*(.bss.prebss.*))82 *(.bss .bss.*) argument
40 .rel.bss : { *(.rel.bss) }41 .rela.bss : { *(.rela.bss) }100 .bss : ALIGN(4) {101 KEEP(*(.bss.prebss.*))104 *(.bss .bss.*) argument
39 .rel.bss : { *(.rel.bss) }40 .rela.bss : { *(.rela.bss) }108 .bss : ALIGN(4) {109 KEEP(*(.bss.prebss.*))112 *(.bss .bss.*) argument
38 .rel.bss : { *(.rel.bss) }39 .rela.bss : { *(.rela.bss) }102 .bss : ALIGN(4096) {104 KEEP(*(.bss.prebss.*)) argument107 *(.bss .bss.*) argument
515 .section .bss.prebss.stack
43 .rel.bss : { *(.rel.bss) }44 .rela.bss : { *(.rela.bss) }99 .bss : ALIGN(4) {112 /* regular bss */113 *(.bss .bss.*) argument
40 # zero out bss sections
36 .rel.bss : { *(.rel.bss) }37 .rela.bss : { *(.rela.bss) }116 .bss : {117 /* regular bss */119 *(.bss .bss.*)
15 # zero out the bss section33 .bss
50 .rel.bss : { *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) }51 .rela.bss : { *(.rela.bss .rela.bss.* .rela.gnu.linkonce.b.*) }175 .bss :178 *(.bss .bss.* .gnu.linkonce.b.*)180 /* Align here to ensure that the .bss section occupies space up to181 _end. Align after .bss to ensure correct alignment even if the182 .bss section disappears because there are no input sections.183 FIXME: Why do we need it? When there is no .bss section, we don't225 .gptab.sbss : { *(.gptab.bss) *(.gptab.sbss) }
57 .bss : {58 /* regular bss */59 *(.bss .bss.*)
67 .bss
57 * and sbss at the start of the bss segment. This maximizes reach of things referenced off of76 .bss : {77 /* regular bss */78 *(.bss .bss.*)
69 * and sbss at the start of the bss segment. This maximizes reach of things referenced off of89 .bss : {90 /* regular bss */91 *(.bss .bss.*)
244 .bss
83 .bss : {85 *(.bss*) argument
83 .bss : ALIGN(4096) {85 *(.bss*) argument
Completed in 27 milliseconds