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

  /src/external/gpl3/binutils/dist/ld/
ldelfgen.c 94 link_order_scan (lang_statement_union_type *u, function
105 if (link_order_scan (u->wild_statement.children.head, os))
109 if (link_order_scan (constructor_list.head, os))
114 && link_order_scan (u->output_section_statement.children.head,
119 if (link_order_scan (u->group_statement.children.head, os))
274 link_order_scan (statement_list.head, NULL);
  /src/external/gpl3/binutils.old/dist/ld/
ldelfgen.c 94 link_order_scan (lang_statement_union_type *u, function
105 if (link_order_scan (u->wild_statement.children.head, os))
109 if (link_order_scan (constructor_list.head, os))
114 && link_order_scan (u->output_section_statement.children.head,
119 if (link_order_scan (u->group_statement.children.head, os))
274 link_order_scan (statement_list.head, NULL);

Completed in 29 milliseconds