Searched refs:ONLY_IF_RO (Results 1 – 18 of 18) sorted by relevance
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | yyscript.h | 115 ONLY_IF_RO = 325, enumerator 222 #define ONLY_IF_RO 325 macro
|
| HD | yyscript.c | 180 ONLY_IF_RO = 325, enumerator 287 #define ONLY_IF_RO 325 macro
|
| HD | script.cc | 1806 { "ONLY_IF_RO", ONLY_IF_RO },
|
| /dragonfly/gnu/usr.bin/binutils227/block2/libgold/ |
| HD | yyscript.h | 115 ONLY_IF_RO = 324, enumerator 221 #define ONLY_IF_RO 324 macro
|
| HD | yyscript.c | 182 ONLY_IF_RO = 324, enumerator 288 #define ONLY_IF_RO 324 macro
|
| /dragonfly/stand/boot/pc32/loader/ |
| HD | loader.ldscript | 69 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 70 .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table 73 .exception_ranges : ONLY_IF_RO { *(.exception_ranges
|
| /dragonfly/sys/platform/pc64/conf/ |
| HD | ldscript.x86_64 | 81 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 82 .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table 85 .exception_ranges : ONLY_IF_RO { *(.exception_ranges
|
| /dragonfly/sys/platform/vkernel64/conf/ |
| HD | ldscript.x86_64 | 81 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 82 .gcc_except_table : ONLY_IF_RO { *(.gcc_except_table 85 .exception_ranges : ONLY_IF_RO { *(.exception_ranges
|
| /dragonfly/contrib/binutils-2.34/ld/ |
| HD | ldgram.y | 156 %token KEEP ONLY_IF_RO ONLY_IF_RW SPECIAL INPUT_SECTION_FLAGS ALIGN_WITH_INPUT 1050 ONLY_IF_RO { $$ = ONLY_IF_RO; }
|
| HD | ldlex.l | 310 <EXPRESSION,BOTH,SCRIPT>"ONLY_IF_RO" { RTOKEN(ONLY_IF_RO); }
|
| HD | ldlang.c | 4032 && tos->constraint != ONLY_IF_RO) in map_input_to_output_sections() 4036 if (tos->all_input_readonly != (tos->constraint == ONLY_IF_RO)) in map_input_to_output_sections()
|
| /dragonfly/contrib/binutils-2.27/ld/ |
| HD | ldgram.y | 155 %token KEEP ONLY_IF_RO ONLY_IF_RW SPECIAL INPUT_SECTION_FLAGS ALIGN_WITH_INPUT 1053 ONLY_IF_RO { $$ = ONLY_IF_RO; }
|
| HD | ldlex.l | 314 <EXPRESSION,BOTH,SCRIPT>"ONLY_IF_RO" { RTOKEN(ONLY_IF_RO); }
|
| HD | ldlang.c | 3609 && tos->constraint != ONLY_IF_RO) in map_input_to_output_sections() 3613 if (tos->all_input_readonly != (tos->constraint == ONLY_IF_RO)) in map_input_to_output_sections()
|
| HD | ld.texinfo | 4881 @kindex ONLY_IF_RO 4886 read-write by using the keyword @code{ONLY_IF_RO} and
|
| /dragonfly/contrib/binutils-2.27/ld/scripttempl/ |
| HD | elf.sc | 542 .eh_frame ${RELOCATING-0} : ONLY_IF_RO { KEEP (*(.eh_frame)) ${RELOCATING+*(.eh_frame.*)} } 543 .gcc_except_table ${RELOCATING-0} : ONLY_IF_RO { *(.gcc_except_table 545 .gnu_extab ${RELOCATING-0} : ONLY_IF_RO { *(.gnu_extab*) } 547 .exception_ranges ${RELOCATING-0} : ONLY_IF_RO { *(.exception_ranges
|
| /dragonfly/contrib/binutils-2.34/ld/scripttempl/ |
| HD | elf.sc | 570 .eh_frame ${RELOCATING-0} : ONLY_IF_RO { KEEP (*(.eh_frame))${RELOCATING+ *(.eh_frame.*)} } 571 ….gcc_except_table ${RELOCATING-0} : ONLY_IF_RO { *(.gcc_except_table${RELOCATING+ .gcc_except_tabl… 572 .gnu_extab ${RELOCATING-0} : ONLY_IF_RO { *(.gnu_extab*) } 574 .exception_ranges ${RELOCATING-0} : ONLY_IF_RO { *(.exception_ranges${RELOCATING+*}) }
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | script.cc | 1775 { "ONLY_IF_RO", ONLY_IF_RO },
|