Lines Matching refs:SDATA
4 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not
11 # OTHER_READWRITE_SECTIONS - other than .data .bss .ctors .sdata ...
23 # OTHER_SDATA_SECTIONS - sections just after .sdata.
58 # .sdata .gnu.linkonce.s.foo
103 SDATA="/* We want the small data sections together, so single-instruction offsets
106 .sdata ${RELOCATING-0} :
109 *(.sdata${RELOCATING+ .sdata.* .gnu.linkonce.s.*})
112 REL_SDATA=".rel.sdata ${RELOCATING-0} : { *(.rel.sdata${RELOCATING+ .rel.sdata.* .rel.gnu.linkonce.s.*}) }
113 .rela.sdata ${RELOCATING-0} : { *(.rela.sdata${RELOCATING+ .rela.sdata.* .rela.gnu.linkonce.s.*}) }"
364 ${SDATA}