Home | History | Annotate | Download | only in scripttempl

Lines Matching full:rodata

13 #	OTHER_READONLY_SECTIONS - other than .text .init .rodata ...
38 # WRITABLE_RODATA - if set, the .rodata section should be writable
60 # .rodata .gnu.linkonce.r.foo
82 RODATA=".rodata ${RELOCATING-0} : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
205 .rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.* .rel.gnu.linkonce.r.*}) }
206 .rela.rodata ${RELOCATING-0} : { *(.rela.rodata${RELOCATING+ .rela.rodata.* .rela.gnu.linkonce.r.*}) }
272 *(.rodata .rodata.*)
287 ${WRITABLE_RODATA+${RODATA}}