Home
last modified time | relevance | path

Searched refs:link_shared_object (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsetuptools_build_ext.py163 compiler.link_shared_object = link_shared_object.__get__(compiler)
252 def link_shared_object(self, objects, output_libname, output_dir=None, function
266 def link_shared_object(self, objects, output_libname, output_dir=None, function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild_ext.py522 self.compiler.link_shared_object(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dccompiler.py732 def link_shared_object(self, objects, output_filename, output_dir=None, member in CCompiler