Searched refs:link_executable (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Lib/distutils/ |
| D | ccompiler.py | 720 def link_executable(self, member in CCompiler 797 self.link_executable(objects, "a.out",
|
| /third_party/python/Lib/distutils/command/ |
| D | config.py | 139 self.compiler.link_executable([obj], prog,
|
| /third_party/python/Doc/library/ |
| D | zipapp.rst | 368 >>> cc.link_executable(objs, exe) 372 >>> cc.link_executable(objs, exe + 'w')
|
| /third_party/python/Doc/distutils/ |
| D | apiref.rst | 693 ….. method:: CCompiler.link_executable(objects, output_progname[, output_dir=None, libraries=None, …
|