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

  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 1428 bool linker_output_rel = false; local
1512 linker_output_rel = true;
1572 linker_output_rel = !strcmp (option->arg, "rel");
1659 if (linker_output_rel)
1911 if ((tem = debug_objcopy (ltoobj_argv[i], !linker_output_rel)))
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 1413 bool linker_output_rel = false; local
1493 linker_output_rel = true;
1553 linker_output_rel = !strcmp (option->arg, "rel");
1630 if (linker_output_rel)
1882 if ((tem = debug_objcopy (ltoobj_argv[i], !linker_output_rel)))

Completed in 47 milliseconds