Lines Matching refs:rodata
63 .rel.rodata ${RELOCATING-0} :
65 *(.rel.rodata)
66 ${RELOCATING+*(.rel.rodata.*)}
67 ${RELOCATING+*(.rel.rodata:*)}
70 .rela.rodata ${RELOCATING-0} :
72 *(.rela.rodata)
73 ${RELOCATING+*(.rela.rodata.*)}
74 ${RELOCATING+*(.rela.rodata:*)}
151 ${RELOCATING+ *(.rodata) /* We need to include .rodata here if gcc is used. */}
152 ${RELOCATING+ *(.rodata.*) /* with -fdata-sections. */}
153 ${RELOCATING+ *(.rodata:*)}