Searched refs:rodata (Results 1 – 25 of 245) sorted by relevance
12345678910
| /netbsd/src/external/gpl3/binutils/dist/ld/scripttempl/ |
| 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 …]
|
| 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 …]
|
| 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 …]
|
| D | v850_rh850.sc | 60 .rel.rodata : { *(.rel.rodata) } 61 .rela.rodata : { *(.rela.rodata) } 110 .rodata : 112 *(.rodata) 113 ${RELOCATING+*(.rodata.*)
|
| D | v850.sc | 56 .rel.rodata : { *(.rel.rodata) } 57 .rela.rodata : { *(.rela.rodata) } 106 .rodata : { *(.rodata) ${RELOCATING+*(.rodata.*) *(.gnu.linkonce.r*)} }
|
| 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.*)
|
| D | epiphany_4x4.sc | 15 # OTHER_READONLY_SECTIONS - other than .text .init .rodata ... 52 # WRITABLE_RODATA - if set, the .rodata section should be writable 80 # .rodata .gnu.linkonce.r.foo 133 RODATA=".rodata ${RELOCATING+ADDR(.data)+SIZEOF(.data)} ${RELOCATING-0} : { *(.rodata${RELOCATING+ … 291 … (WXAI) : ORIGIN = 0x80000000, LENGTH = 0x1000000 /*.text, data, rodata, bss and .stack*/ 358 …NEW_LIB_RO __new_lib_start_ : { lib_a-*.o(.text .rodata) *.o(libgloss_epiphany) } /* > INTERNAL_RA… 360 … *mulsi3.o(.text .rodata) *modsi3.o(.text .rodata) 361 … *divsi3.o(.text .rodata) *udivsi3.o(.text .rodata) 362 … *umodsi3.o(.text .rodata) _*.o(.text .rodata) 406 ….rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.* .rel.gnu.linkonce.r.*})… [all …]
|
| D | elfarcv2.sc | 6 # OTHER_READONLY_SECTIONS - other than .text .init .rodata ... 159 ….rel.rodata ${RELOCATING-0} : { *(.rel.rodata${RELOCATING+ .rel.rodata.* .rel.gnu.linkonce.r.*})… 160 ….rela.rodata ${RELOCATING-0} : { *(.rela.rodata${RELOCATING+ .rela.rodata.* .rela.gnu.linkonce.r.… 240 .rodata ${RELOCATING-0} : 242 *(.rodata) ${RELOCATING+*(.rodata.*)} ${RELOCATING+*(.gnu.linkonce.r.*)}
|
| /netbsd/src/sys/arch/macppc/stand/fixcoff/ |
| 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/ |
| 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.*)
|
| D | kern.ldscript.kaslr | 27 .rodata.hotpatch : 30 *(.rodata.hotpatch) 34 .rodata : 36 *(.rodata) 37 *(.rodata.*)
|
| D | kern.ldscript.Xen | 24 .rodata.hotpatch : 27 *(.rodata.hotpatch) 31 .rodata : 33 *(.rodata) 34 *(.rodata.*)
|
| /netbsd/src/sys/arch/rs6000/stand/boot/ |
| 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/ |
| D | ld.script | 20 .rel.rodata : { *(.rel.rodata) } 21 .rela.rodata : { *(.rela.rodata) } 37 *(.rodata) 46 .rodata : { *(.rodata) }
|
| /netbsd/src/sys/arch/prep/stand/boot/ |
| D | ld.script | 20 .rel.rodata : { *(.rel.rodata) } 21 .rela.rodata : { *(.rela.rodata) } 37 *(.rodata) 46 .rodata : { *(.rodata) }
|
| /netbsd/src/sys/arch/i386/conf/ |
| D | kern.ldscript | 24 .rodata.hotpatch : 27 *(.rodata.hotpatch) 31 .rodata : 33 *(.rodata) 34 *(.rodata.*)
|
| D | kern.ldscript.Xen | 23 .rodata.hotpatch : 26 *(.rodata.hotpatch) 30 .rodata : 32 *(.rodata) 33 *(.rodata.*)
|
| D | stand.ldscript | 16 .rodata : 18 *(.rodata) 19 *(.rodata.*)
|
| /netbsd/src/sys/arch/aarch64/conf/ |
| 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/ |
| 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/ia64/stand/ia64/ski/ |
| D | ldscript.ia64 | 16 *(.rodata .rodata.* .gnu.linkonce.r.*) 42 *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*)
|
| /netbsd/src/sys/arch/mips/conf/ |
| D | stand.ldscript | 19 .rodata : { *(.rodata) *(.rodata.*) }
|
| /netbsd/src/sys/arch/ia64/stand/ia64/efi/ |
| D | ldscript.ia64 | 23 *(.rodata .rodata.* .gnu.linkonce.r.*) 53 *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*)
|
| /netbsd/src/sys/arch/hppa/conf/ |
| D | ld.script | 25 .rodata : 27 *(.rodata) *(.rodata.*) *(.rodata1)
|
| /netbsd/src/external/bsd/elftosb/dist/test_files/ |
| D | hello_NOR_arm.map | 11 .rodata 70000100 00000020 32 00001a0 22 70000100+000020 .rodata main_NOR.o 37 .rodata 70000100 szNORHelloWorldString
|
12345678910