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

  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 800 static const char *const nm_suffix = "nm";
816 concat (target_machine, "-", nm_suffix, NULL);
831 const char *const full_nm_suffix = nm_suffix;
1126 nm_file_name = find_a_file (&cpath, nm_suffix, X_OK);
793 static const char *const nm_suffix = "nm"; local
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 800 static const char *const nm_suffix = "nm";
816 concat (target_machine, "-", nm_suffix, NULL);
831 const char *const full_nm_suffix = nm_suffix;
1123 nm_file_name = find_a_file (&cpath, nm_suffix, X_OK);
793 static const char *const nm_suffix = "nm"; local

Completed in 25 milliseconds