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

  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 262 static struct head static_libs; /* list of statically linked libraries */
1397 add_to_list (&static_libs, s);
1499 add_to_list (&static_libs, arg);
1512 dump_list (stderr, "\t", static_libs.first);
2821 && ! is_in_list (prog_name, static_libs.first)
260 static struct head static_libs; \/* list of statically linked libraries *\/ variable in typeref:struct:head
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 262 static struct head static_libs; /* list of statically linked libraries */
1393 add_to_list (&static_libs, s);
1495 add_to_list (&static_libs, arg);
1508 dump_list (stderr, "\t", static_libs.first);
2817 && ! is_in_list (prog_name, static_libs.first)
260 static struct head static_libs; \/* list of statically linked libraries *\/ variable in typeref:struct:head

Completed in 27 milliseconds