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

  /src/external/gpl3/gcc/dist/gcc/
gcc-ar.cc 49 static const char *self_exec_prefix; variable
91 self_exec_prefix = make_relative_prefix (self,
94 if (self_exec_prefix == NULL)
95 self_exec_prefix = standard_exec_prefix;
108 self_tooldir_prefix = concat (self_exec_prefix, target_machine,
  /src/external/gpl3/gcc.old/dist/gcc/
gcc-ar.cc 49 static const char *self_exec_prefix; variable
91 self_exec_prefix = make_relative_prefix (self,
94 if (self_exec_prefix == NULL)
95 self_exec_prefix = standard_exec_prefix;
108 self_tooldir_prefix = concat (self_exec_prefix, target_machine,

Completed in 15 milliseconds