Searched refs:find_executable (Results 1 – 8 of 8) sorted by relevance
33 return distutils.spawn.find_executable('nm')122 return distutils.spawn.find_executable('readelf')203 return distutils.spawn.find_executable('dump')
63 _cppfilt_exe = distutils.spawn.find_executable('c++filt')
82 def find_executable(executable, path=None): function127 parser.add_option("--cc", default=find_executable("cc"),129 parser.add_option("--cxx", default=find_executable("c++"),173 options.cc = find_executable(options.cc)174 options.cxx = find_executable(options.cxx)564 program = find_executable("make")
143 def find_executable(executable): function178 if not find_executable(args.clang):194 if not find_executable(args.opt):
21 from distutils.spawn import find_executable46 cmd = find_executable(cmd_path)51 cmd = find_executable(cmd_name, path=cmd_dir)
31 from distutils.spawn import find_executable158 logging.debug('addr2line binary is %s' % find_executable(addr2line_tool))
5908 char *find_executable (const char *wrapper);6050 tmp_pathspec = find_executable (argv[0]);6252 find_executable (const char *wrapper)
39 (find_executable): New function.