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

/freebsd-10.1-release/contrib/binutils/ld/
H A Dldlang.h450 extern lang_statement_list_type lang_output_section_statement;
H A Dldlang.c88 lang_statement_list_type lang_output_section_statement; variable
1044 first one, lang_output_section_statement.tail points to the "next"
1046 if (lang_output_section_statement.head != NULL)
1049 ((char *) lang_output_section_statement.tail
1056 lang_statement_append (&lang_output_section_statement,
1092 lang_list_init (&lang_output_section_statement);
1303 first = &lang_output_section_statement.head->output_section_statement;
1485 lang_output_section_statement.tail);
1551 && after != (&lang_output_section_statement.head
1624 ignore_first = after == (&lang_output_section_statement
[all...]

Completed in 49 milliseconds