Home
last modified time | relevance | path

Searched refs:link_executable (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/
Dccompiler.py720 def link_executable(self, member in CCompiler
797 self.link_executable(objects, "a.out",
/third_party/python/Lib/distutils/command/
Dconfig.py139 self.compiler.link_executable([obj], prog,
/third_party/python/Doc/library/
Dzipapp.rst368 >>> cc.link_executable(objs, exe)
372 >>> cc.link_executable(objs, exe + 'w')
/third_party/python/Doc/distutils/
Dapiref.rst693 ….. method:: CCompiler.link_executable(objects, output_progname[, output_dir=None, libraries=None, …