Searched refs:default_common_section (Results 1 – 2 of 2) sorted by relevance
57 static lang_output_section_statement_type *default_common_section; variable2569 if (default_common_section == NULL) in wild()2575 default_common_section = output; in wild()5347 if (default_common_section == NULL) in lang_place_orphans()5349 default_common_section = in lang_place_orphans()5353 lang_add_section (&default_common_section->children, s, in lang_place_orphans()5354 default_common_section); in lang_place_orphans()
1084 * ldlang.c (wild): Tidy default_common_section loop.