Home | History | Annotate | Download | only in scripttempl

Lines Matching refs:RODATA

8 #	OTHER_READONLY_SECTIONS - other than .text .init .rodata ...
33 # WRITABLE_RODATA - if set, the .rodata section should be writable
55 # .rodata .gnu.linkonce.r.foo
89 RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
230 .rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.* .rel.gnu.linkonce.r.*}) }
231 .rela.rodata ${RELOCATING-0} : { *(.rela.rodata${RELOCATING+ .rela.rodata.* .rela.gnu.linkonce.r.*}) }
309 ${WRITABLE_RODATA-${RODATA}}
352 ${WRITABLE_RODATA+${RODATA}}