Home
last modified time | relevance | path

Searched refs:noalloc_section (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldgram.y1130 | DSECT { sectype = noalloc_section; }
1131 | COPY { sectype = noalloc_section; }
1132 | INFO { sectype = noalloc_section; }
1133 | OVERLAY { sectype = noalloc_section; }
H A Dldlang.h124 noalloc_section, enumerator
H A Dldgram.c4193 { sectype = noalloc_section; } in yyparse()
4199 { sectype = noalloc_section; } in yyparse()
4205 { sectype = noalloc_section; } in yyparse()
4211 { sectype = noalloc_section; } in yyparse()
H A Dldlang.c2639 case noalloc_section: in lang_add_section()
4268 case noalloc_section: in map_input_to_output_sections()
6248 if (output_section_statement->sectype != noalloc_section in lang_size_sections_1()
H A DChangeLog-2006863 info_section and overlay_section. Add noalloc_section.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldgram.y1173 | DSECT { sectype = noalloc_section; }
1174 | COPY { sectype = noalloc_section; }
1175 | INFO { sectype = noalloc_section; }
1176 | OVERLAY { sectype = noalloc_section; }
H A Dldlang.h125 noalloc_section, enumerator
H A Dldgram.c4285 { sectype = noalloc_section; } in yyparse()
4291 { sectype = noalloc_section; } in yyparse()
4297 { sectype = noalloc_section; } in yyparse()
4303 { sectype = noalloc_section; } in yyparse()
H A Dldlang.c2720 case noalloc_section: in lang_add_section()
4233 case noalloc_section: in map_input_to_output_sections()
6314 if (current_os->sectype != noalloc_section in lang_size_sections_1()
H A DChangeLog-2006863 info_section and overlay_section. Add noalloc_section.