Searched refs:default_common_section (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c57 static lang_output_section_statement_type *default_common_section; variable
2571 if (default_common_section == NULL)
2577 default_common_section = output;
5349 if (default_common_section == NULL)
5351 default_common_section =
5355 lang_add_section (&default_common_section->children, s,
5356 default_common_section);

Completed in 103 milliseconds