Lines Matching full:sdata
7 # RUN: llvm-mc -filetype=obj -triple=riscv32 --defsym=SDATA=1 %s -o %t.32s.o
14 # RUN: llvm-mc -filetype=obj -triple=riscv64 --defsym=SDATA=1 %s -o %t.64s.o
28 ## If there is an undefined reference to __global_pointer$ but .sdata doesn't
46 # CHECK-NEXT: .sdata PROGBITS [[#%x,SDATA:]]
50 # CHECK-DAG: [[#]]: {{0*}}[[#SBSS]] 0 NOTYPE GLOBAL DEFAULT [[#]] (.sdata) _edata
52 # CHECK-DAG: [[#]]: {{0*}}[[#SDATA+0x800]] 0 NOTYPE GLOBAL DEFAULT [[#]] (.sdata) __global_pointer$
62 .ifdef SDATA
63 .section .sdata,"aw",@progbits; .space 1
64 .section .sdata.suffix,"aw",@progbits; .space 1