Home
last modified time | relevance | path

Searched refs:typed_readonly_section (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldlang.h127 typed_readonly_section enumerator
H A Dldgram.y1134 | READONLY '(' TYPE '=' exp ')' { sectype = typed_readonly_section; sectype_value = $5; }
H A Dldgram.c4217 … { sectype = typed_readonly_section; sectype_value = (yyvsp[-1].etree); } in yyparse()
H A Dldlang.c2642 case typed_readonly_section: in lang_add_section()
4274 case typed_readonly_section: in map_input_to_output_sections()
7570 if (sectype == type_section || sectype == typed_readonly_section) in lang_enter_output_section_statement()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldlang.h128 typed_readonly_section enumerator
H A Dldgram.y1177 | READONLY '(' TYPE '=' exp ')' { sectype = typed_readonly_section; sectype_value = $5; }
H A Dldgram.c4309 … { sectype = typed_readonly_section; sectype_value = (yyvsp[-1].etree); } in yyparse()
H A Dldlang.c2723 case typed_readonly_section: in lang_add_section()
4239 case typed_readonly_section: in map_input_to_output_sections()
7621 if (sectype == type_section || sectype == typed_readonly_section) in lang_enter_output_section_statement()