| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| H A D | intel_renderstate.c | 78 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup() local 90 while (i < rodata->batch_items) { in render_state_setup() 91 u32 s = rodata->batch[i]; in render_state_setup() 93 if (i * 4 == rodata->reloc[reloc_index]) { in render_state_setup() 97 if (i + 1 >= rodata->batch_items || in render_state_setup() 98 rodata->batch[i + 1] != 0) in render_state_setup() 111 if (rodata->reloc[reloc_index] != -1) { in render_state_setup() 117 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup() 185 so->rodata = render_state_get_rodata(engine); in intel_renderstate_init() 186 if (!so->rodata) in intel_renderstate_init() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
| H A D | avr.sc | 8 # If empty and not HAVE_FLMAP, .rodata sections will be part of .data. 12 # If non-empty, .rodata is not part of .data and the .rodata 19 # The .rodata section is located in program memory. Devices from 24 # Output section .rodata is placed in MEMORY region rodata. 25 # The LMA of the .rodata section can be set by means of: 27 # rodata LMA. 35 # or not .rodata is located in flash (if HAVE_FLMAP) or located in 38 # are selected by compiler option -mno-rodata-in-ram. 73 # to, and for the purpose of, .rodata in flash. 119 ${HAVE_FLMAP+ rodata (r!x) : ORIGIN = __RODATA_ORIGIN__, LENGTH = __RODATA_REGION_LENGTH__} [all …]
|
| H A D | elf32msp430.sc | 104 .rel.rodata ${RELOCATING-0} : 106 *(.rel.rodata) 107 ${RELOCATING+*(.rel.rodata.*)} 110 .rela.rodata ${RELOCATING-0} : 112 *(.rela.rodata) 113 ${RELOCATING+*(.rela.rodata.*)} 192 .rodata ${RELOCATING-0} : ${RELOCATING+ALIGN(2)} 195 *(.lower.rodata.* .lower.rodata) 199 *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.* .const .const:*}) 202 *(.either.rodata.*) *(.either.rodata) [all …]
|
| H A D | pru.sc | 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. */} [all …]
|
| H A D | v850_rh850.sc | 60 .rel.rodata : { *(.rel.rodata) } 61 .rela.rodata : { *(.rela.rodata) } 110 .rodata : 112 *(.rodata) 113 ${RELOCATING+*(.rodata.*)
|
| H A D | v850.sc | 56 .rel.rodata : { *(.rel.rodata) } 57 .rela.rodata : { *(.rela.rodata) } 106 .rodata : { *(.rodata) ${RELOCATING+*(.rodata.*) *(.gnu.linkonce.r*)} }
|
| H A D | elf_chaos.sc | 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.… 278 ${RELOCATING+*(.rodata .rodata.*)
|
| /netbsd-src/sys/arch/macppc/stand/fixcoff/ |
| H A D | elf32_powerpc_merge.x | 15 .rel.rodata : { *(.rel.rodata) } in OUTPUT_ARCH() 16 .rela.rodata : { *(.rela.rodata) } in OUTPUT_ARCH() 32 *(.rodata) in OUTPUT_ARCH() 33 *(.rodata.*) in OUTPUT_ARCH()
|
| /netbsd-src/sys/arch/amd64/conf/ |
| H A D | kern.ldscript | 33 * Push the rodata segment up to the next large page boundary so that we 40 .rodata.hotpatch : 43 *(.rodata.hotpatch) 47 .rodata : 49 *(.rodata) 50 *(.rodata.*)
|
| H A D | kern.ldscript.kaslr | 27 .rodata.hotpatch : 30 *(.rodata.hotpatch) 34 .rodata : 36 *(.rodata) 37 *(.rodata.*)
|
| H A D | kern.ldscript.Xen | 24 .rodata.hotpatch : 27 *(.rodata.hotpatch) 31 .rodata : 33 *(.rodata) 34 *(.rodata.*)
|
| /netbsd-src/sys/arch/prep/stand/boot/ |
| H A D | ld.script | 20 .rel.rodata : { *(.rel.rodata) } 21 .rela.rodata : { *(.rela.rodata) } 37 *(.rodata) 46 .rodata : { *(.rodata) }
|
| /netbsd-src/sys/arch/rs6000/stand/boot/ |
| H A D | ld.script | 20 .rel.rodata : { *(.rel.rodata) } 21 .rela.rodata : { *(.rela.rodata) } 37 *(.rodata) 46 .rodata : { *(.rodata) }
|
| /netbsd-src/sys/arch/bebox/stand/boot/ |
| H A D | ld.script | 20 .rel.rodata : { *(.rel.rodata) } 21 .rela.rodata : { *(.rela.rodata) } 37 *(.rodata) 46 .rodata : { *(.rodata) }
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
| H A D | pru.sc | 57 .rel.rodata ${RELOCATING-0} : 59 *(.rel.rodata) 60 ${RELOCATING+*(.rel.rodata.*)} 61 ${RELOCATING+*(.rel.rodata:*)} 64 .rela.rodata ${RELOCATING-0} : 66 *(.rela.rodata) 67 ${RELOCATING+*(.rela.rodata.*)} 68 ${RELOCATING+*(.rela.rodata:*)} 145 ${RELOCATING+ *(.rodata) /* We need to include .rodata here if gcc is used. */} 146 ${RELOCATING+ *(.rodata.*) /* with -fdata-sections. */} [all …]
|
| H A D | avr.sc | 8 # If empty, .rodata sections will be part of .data. This is for 12 # If non-empty, .rodata is not part of .data and the .rodata 78 .rel.rodata ${RELOCATING-0} : 80 *(.rel.rodata) 81 ${RELOCATING+*(.rel.rodata.*)} 84 .rela.rodata ${RELOCATING-0} : 86 *(.rela.rodata) 87 ${RELOCATING+*(.rela.rodata.*)} 222 .rodata ${RELOCATING+ ADDR(.text) + SIZEOF (.text) + __RODATA_PM_OFFSET__ } ${RELOCATING-0} : 224 *(.rodata) [all …]
|
| H A D | elf32msp430.sc | 104 .rel.rodata ${RELOCATING-0} : 106 *(.rel.rodata) 107 ${RELOCATING+*(.rel.rodata.*)} 110 .rela.rodata ${RELOCATING-0} : 112 *(.rela.rodata) 113 ${RELOCATING+*(.rela.rodata.*)} 192 .rodata ${RELOCATING-0} : 195 *(.lower.rodata.* .lower.rodata) 199 *(.rodata${RELOCATING+ .rodata.* .gnu.linkonce.r.* .const .const:*}) 202 *(.either.rodata.*) *(.either.rodata) [all …]
|
| H A D | v850.sc | 56 .rel.rodata : { *(.rel.rodata) } 57 .rela.rodata : { *(.rela.rodata) } 106 .rodata : { *(.rodata) ${RELOCATING+*(.rodata.*) *(.gnu.linkonce.r*)} }
|
| /netbsd-src/sys/arch/i386/conf/ |
| H A D | kern.ldscript | 24 .rodata.hotpatch : 27 *(.rodata.hotpatch) 31 .rodata : 33 *(.rodata) 34 *(.rodata.*)
|
| H A D | kern.ldscript.Xen | 23 .rodata.hotpatch : 26 *(.rodata.hotpatch) 30 .rodata : 32 *(.rodata) 33 *(.rodata.*)
|
| H A D | stand.ldscript | 16 .rodata : 18 *(.rodata) 19 *(.rodata.*)
|
| /netbsd-src/sys/arch/aarch64/conf/ |
| H A D | kern.ldscript | 20 /* Move .rodata to the next L2 block to set unexecutable */ 24 .rodata : 26 *(.rodata) 27 *(.rodata.*) 40 * L2 block, and .text and .rodata will be set readonly if needed.
|
| /netbsd-src/sys/arch/sun2/conf/ |
| H A D | kern.ldscript | 28 * Push the rodata segment up to the next large page boundary so that we 35 .rodata : 37 *(.rodata) 38 *(.rodata.*)
|
| /netbsd-src/sys/arch/amd64/stand/prekern/ |
| H A D | prekern.ldscript | 21 .rodata : 23 *(.rodata) 24 *(.rodata.*)
|
| /netbsd-src/sys/arch/ia64/stand/ia64/ski/ |
| H A D | ldscript.ia64 | 16 *(.rodata .rodata.* .gnu.linkonce.r.*) 42 *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*)
|