Home | History | Annotate | Download | only in scripttempl

Lines Matching full:rodata

15 #	OTHER_READONLY_SECTIONS - other than .text .init .rodata ...
46 # WRITABLE_RODATA - if set, the .rodata section should be writable
72 # .rodata .gnu.linkonce.r.foo
120 RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
256 .rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.* .rel.gnu.linkonce.r.*}) }
257 .rela.rodata ${RELOCATING-0} : { *(.rela.rodata${RELOCATING+ .rela.rodata.* .rela.gnu.linkonce.r.*}) }
327 ${WRITABLE_RODATA-${RODATA}}
376 RODATA}}