Lines Matching full:rodata
11 # OTHER_READONLY_SECTIONS - other than .text .init .rodata ...
36 # WRITABLE_RODATA - if set, the .rodata section should be writable
58 # .rodata .gnu.linkonce.r.foo
90 RODATA=".rodata ALIGN(4) : { *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.*}) }"
227 ${WRITABLE_RODATA-${RODATA}}
261 ${WRITABLE_RODATA+${RODATA}}
310 .rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.* .rel.gnu.linkonce.r.*}) }
311 .rela.rodata ${RELOCATING-0} : { *(.rela.rodata${RELOCATING+ .rela.rodata.* .rela.gnu.linkonce.r.*}) }