Searched refs:normal_section (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | mri.c | 213 p->ok_to_load ? normal_section : noload_section, 0, in mri_draw_tree()
|
H A D | ldlang.h | 120 normal_section, enumerator
|
H A D | ldgram.y | 1141 | /* EMPTY */ { sectype = normal_section; } 1142 | '(' ')' { sectype = normal_section; }
|
H A D | ldgram.c | 4235 { sectype = normal_section; } in yyparse() 4241 { sectype = normal_section; } in yyparse()
|
H A D | ldlang.c | 1895 secname, address, normal_section, 0, NULL, NULL, NULL, constraint, 0); in lang_insert_orphan() 2634 case normal_section: in lang_add_section() 4264 case normal_section: in map_input_to_output_sections()
|
H A D | ChangeLog-2007 | 726 as per normal_section.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | mri.c | 213 p->ok_to_load ? normal_section : noload_section, 0, in mri_draw_tree()
|
H A D | ldlang.h | 121 normal_section, enumerator
|
H A D | ldgram.y | 1184 | /* EMPTY */ { sectype = normal_section; } 1185 | '(' ')' { sectype = normal_section; }
|
H A D | ldgram.c | 4327 { sectype = normal_section; } in yyparse() 4333 { sectype = normal_section; } in yyparse()
|
H A D | ldlang.c | 1948 secname, address, normal_section, 0, NULL, NULL, NULL, constraint, 0); in lang_insert_orphan() 2715 case normal_section: in lang_add_section() 4229 case normal_section: in map_input_to_output_sections()
|
H A D | ChangeLog-2007 | 726 as per normal_section.
|