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

  /src/external/gpl3/gcc/dist/gcc/config/vms/
vms-ld.c 235 char *lib_path;
246 lib_path = locate_lib (name);
247 if (lib_path)
248 return lib_path;
234 char *lib_path; local
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-ld.c 235 char *lib_path;
246 lib_path = locate_lib (name);
247 if (lib_path)
248 return lib_path;
234 char *lib_path; local

Completed in 18 milliseconds