Home
last modified time | relevance | path

Searched refs:ONLY_IF_RO (Results 1 – 18 of 18) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
HDyyscript.h115 ONLY_IF_RO = 325, enumerator
222 #define ONLY_IF_RO 325 macro
HDyyscript.c180 ONLY_IF_RO = 325, enumerator
287 #define ONLY_IF_RO 325 macro
HDscript.cc1806 { "ONLY_IF_RO", ONLY_IF_RO },
/dragonfly/gnu/usr.bin/binutils227/block2/libgold/
HDyyscript.h115 ONLY_IF_RO = 324, enumerator
221 #define ONLY_IF_RO 324 macro
HDyyscript.c182 ONLY_IF_RO = 324, enumerator
288 #define ONLY_IF_RO 324 macro
/dragonfly/stand/boot/pc32/loader/
HDloader.ldscript69 .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/
HDldscript.x86_6481 .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/
HDldscript.x86_6481 .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/
HDldgram.y156 %token KEEP ONLY_IF_RO ONLY_IF_RW SPECIAL INPUT_SECTION_FLAGS ALIGN_WITH_INPUT
1050 ONLY_IF_RO { $$ = ONLY_IF_RO; }
HDldlex.l310 <EXPRESSION,BOTH,SCRIPT>"ONLY_IF_RO" { RTOKEN(ONLY_IF_RO); }
HDldlang.c4032 && 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/
HDldgram.y155 %token KEEP ONLY_IF_RO ONLY_IF_RW SPECIAL INPUT_SECTION_FLAGS ALIGN_WITH_INPUT
1053 ONLY_IF_RO { $$ = ONLY_IF_RO; }
HDldlex.l314 <EXPRESSION,BOTH,SCRIPT>"ONLY_IF_RO" { RTOKEN(ONLY_IF_RO); }
HDldlang.c3609 && 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()
HDld.texinfo4881 @kindex ONLY_IF_RO
4886 read-write by using the keyword @code{ONLY_IF_RO} and
/dragonfly/contrib/binutils-2.27/ld/scripttempl/
HDelf.sc542 .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/
HDelf.sc570 .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/
HDscript.cc1775 { "ONLY_IF_RO", ONLY_IF_RO },