HomeSort by: relevance | last modified time | path
    Searched refs:default_common_section (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldlang.c 72 static lang_output_section_statement_type *default_common_section; variable
3264 if (default_common_section == NULL)
3270 default_common_section = output;
7668 if (default_common_section == NULL)
7669 default_common_section
7671 lang_add_section (&default_common_section->children, s,
7672 NULL, NULL, default_common_section);
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 74 static lang_output_section_statement_type *default_common_section; variable
3281 if (default_common_section == NULL)
3287 default_common_section = output;
7604 if (default_common_section == NULL)
7605 default_common_section
7607 lang_add_section (&default_common_section->children, s,
7608 NULL, NULL, default_common_section);

Completed in 35 milliseconds