HomeSort by relevance Sort by last modified time
    Searched refs:ld_args (Results 1 - 25 of 30) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
bcppcompiler.py 206 ld_args = self.ldflags_exe_debug[:]
208 ld_args = self.ldflags_exe[:]
212 ld_args = self.ldflags_shared_debug[:]
214 ld_args = self.ldflags_shared[:]
246 ld_args.append("/L%s" % os.path.normpath(l))
247 ld_args.append("/L.") # we sometimes use relative paths
250 ld_args.extend(objects)
263 ld_args.extend([',',output_filename])
265 ld_args.append(',,')
272 ld_args.append(lib)
    [all...]
unixccompiler.py 225 ld_args = (objects + self.objects +
228 ld_args[:0] = ['-g']
230 ld_args[:0] = extra_preargs
232 ld_args.extend(extra_postargs)
254 linker = _darwin_compiler_fixup(linker, ld_args)
256 self.spawn(linker + ld_args)
msvccompiler.py 511 ld_args = (ldflags + lib_opts + export_opts +
525 ld_args.append ('/IMPLIB:' + implib_file)
528 ld_args[:0] = extra_preargs
530 ld_args.extend(extra_postargs)
534 self.spawn ([self.linker] + ld_args)
  /external/python/cpython2/Lib/distutils/
bcppcompiler.py 206 ld_args = self.ldflags_exe_debug[:]
208 ld_args = self.ldflags_exe[:]
212 ld_args = self.ldflags_shared_debug[:]
214 ld_args = self.ldflags_shared[:]
246 ld_args.append("/L%s" % os.path.normpath(l))
247 ld_args.append("/L.") # we sometimes use relative paths
250 ld_args.extend(objects)
263 ld_args.extend([',',output_filename])
265 ld_args.append(',,')
272 ld_args.append(lib
    [all...]
unixccompiler.py 169 ld_args = (objects + self.objects +
172 ld_args[:0] = ['-g']
174 ld_args[:0] = extra_preargs
176 ld_args.extend(extra_postargs)
198 linker = _osx_support.compiler_fixup(linker, ld_args)
200 self.spawn(linker + ld_args)
msvc9compiler.py 626 ld_args = (ldflags + lib_opts + export_opts +
641 ld_args.append ('/IMPLIB:' + implib_file)
643 self.manifest_setup_ldargs(output_filename, build_temp, ld_args)
646 ld_args[:0] = extra_preargs
648 ld_args.extend(extra_postargs)
652 self.spawn([self.linker] + ld_args)
661 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
673 def manifest_setup_ldargs(self, output_filename, build_temp, ld_args):
683 ld_args.append('/MANIFESTFILE:' + temp_manifest)
685 def manifest_get_embed_info(self, target_desc, ld_args)
    [all...]
msvccompiler.py 511 ld_args = (ldflags + lib_opts + export_opts +
525 ld_args.append ('/IMPLIB:' + implib_file)
528 ld_args[:0] = extra_preargs
530 ld_args.extend(extra_postargs)
534 self.spawn ([self.linker] + ld_args)
  /external/python/cpython3/Lib/distutils/
bcppcompiler.py 206 ld_args = self.ldflags_exe_debug[:]
208 ld_args = self.ldflags_exe[:]
212 ld_args = self.ldflags_shared_debug[:]
214 ld_args = self.ldflags_shared[:]
246 ld_args.append("/L%s" % os.path.normpath(l))
247 ld_args.append("/L.") # we sometimes use relative paths
250 ld_args.extend(objects)
263 ld_args.extend([',',output_filename])
265 ld_args.append(',,')
272 ld_args.append(lib
    [all...]
unixccompiler.py 166 ld_args = (objects + self.objects +
169 ld_args[:0] = ['-g']
171 ld_args[:0] = extra_preargs
173 ld_args.extend(extra_postargs)
194 linker = _osx_support.compiler_fixup(linker, ld_args)
196 self.spawn(linker + ld_args)
msvc9compiler.py 616 ld_args = (ldflags + lib_opts + export_opts +
631 ld_args.append ('/IMPLIB:' + implib_file)
633 self.manifest_setup_ldargs(output_filename, build_temp, ld_args)
636 ld_args[:0] = extra_preargs
638 ld_args.extend(extra_postargs)
642 self.spawn([self.linker] + ld_args)
651 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
663 def manifest_setup_ldargs(self, output_filename, build_temp, ld_args):
673 ld_args.append('/MANIFESTFILE:' + temp_manifest)
675 def manifest_get_embed_info(self, target_desc, ld_args)
    [all...]
_msvccompiler.py 452 ld_args = (ldflags + lib_opts + export_opts +
467 ld_args.append ('/IMPLIB:' + implib_file)
470 ld_args[:0] = extra_preargs
472 ld_args.extend(extra_postargs)
477 log.debug('Executing "%s" %s', self.linker, ' '.join(ld_args))
478 self.spawn([self.linker] + ld_args)
msvccompiler.py 501 ld_args = (ldflags + lib_opts + export_opts +
515 ld_args.append ('/IMPLIB:' + implib_file)
518 ld_args[:0] = extra_preargs
520 ld_args.extend(extra_postargs)
524 self.spawn([self.linker] + ld_args)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
bcppcompiler.py 206 ld_args = self.ldflags_exe_debug[:]
208 ld_args = self.ldflags_exe[:]
212 ld_args = self.ldflags_shared_debug[:]
214 ld_args = self.ldflags_shared[:]
246 ld_args.append("/L%s" % os.path.normpath(l))
247 ld_args.append("/L.") # we sometimes use relative paths
250 ld_args.extend(objects)
263 ld_args.extend([',',output_filename])
265 ld_args.append(',,')
272 ld_args.append(lib
    [all...]
unixccompiler.py 167 ld_args = (objects + self.objects +
170 ld_args[:0] = ['-g']
172 ld_args[:0] = extra_preargs
174 ld_args.extend(extra_postargs)
183 ld_args.extend(["-static-libgcc"])
206 linker = _osx_support.compiler_fixup(linker, ld_args)
208 self.spawn(linker + ld_args)
msvc9compiler.py 626 ld_args = (ldflags + lib_opts + export_opts +
641 ld_args.append ('/IMPLIB:' + implib_file)
643 self.manifest_setup_ldargs(output_filename, build_temp, ld_args)
646 ld_args[:0] = extra_preargs
648 ld_args.extend(extra_postargs)
652 self.spawn([self.linker] + ld_args)
661 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
673 def manifest_setup_ldargs(self, output_filename, build_temp, ld_args):
683 ld_args.append('/MANIFESTFILE:' + temp_manifest)
685 def manifest_get_embed_info(self, target_desc, ld_args)
    [all...]
msvccompiler.py 511 ld_args = (ldflags + lib_opts + export_opts +
525 ld_args.append ('/IMPLIB:' + implib_file)
528 ld_args[:0] = extra_preargs
530 ld_args.extend(extra_postargs)
534 self.spawn ([self.linker] + ld_args)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
bcppcompiler.py 206 ld_args = self.ldflags_exe_debug[:]
208 ld_args = self.ldflags_exe[:]
212 ld_args = self.ldflags_shared_debug[:]
214 ld_args = self.ldflags_shared[:]
246 ld_args.append("/L%s" % os.path.normpath(l))
247 ld_args.append("/L.") # we sometimes use relative paths
250 ld_args.extend(objects)
263 ld_args.extend([',',output_filename])
265 ld_args.append(',,')
272 ld_args.append(lib
    [all...]
unixccompiler.py 167 ld_args = (objects + self.objects +
170 ld_args[:0] = ['-g']
172 ld_args[:0] = extra_preargs
174 ld_args.extend(extra_postargs)
183 ld_args.extend(["-static-libgcc"])
206 linker = _osx_support.compiler_fixup(linker, ld_args)
208 self.spawn(linker + ld_args)
msvc9compiler.py 626 ld_args = (ldflags + lib_opts + export_opts +
641 ld_args.append ('/IMPLIB:' + implib_file)
643 self.manifest_setup_ldargs(output_filename, build_temp, ld_args)
646 ld_args[:0] = extra_preargs
648 ld_args.extend(extra_postargs)
652 self.spawn([self.linker] + ld_args)
661 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
673 def manifest_setup_ldargs(self, output_filename, build_temp, ld_args):
683 ld_args.append('/MANIFESTFILE:' + temp_manifest)
685 def manifest_get_embed_info(self, target_desc, ld_args)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 206 ld_args = self.ldflags_exe_debug[:]
208 ld_args = self.ldflags_exe[:]
212 ld_args = self.ldflags_shared_debug[:]
214 ld_args = self.ldflags_shared[:]
246 ld_args.append("/L%s" % os.path.normpath(l))
247 ld_args.append("/L.") # we sometimes use relative paths
250 ld_args.extend(objects)
263 ld_args.extend([',',output_filename])
265 ld_args.append(',,')
272 ld_args.append(lib
    [all...]
unixccompiler.py 167 ld_args = (objects + self.objects +
170 ld_args[:0] = ['-g']
172 ld_args[:0] = extra_preargs
174 ld_args.extend(extra_postargs)
196 linker = _osx_support.compiler_fixup(linker, ld_args)
198 self.spawn(linker + ld_args)
msvc9compiler.py 626 ld_args = (ldflags + lib_opts + export_opts +
641 ld_args.append ('/IMPLIB:' + implib_file)
643 self.manifest_setup_ldargs(output_filename, build_temp, ld_args)
646 ld_args[:0] = extra_preargs
648 ld_args.extend(extra_postargs)
652 self.spawn([self.linker] + ld_args)
661 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
673 def manifest_setup_ldargs(self, output_filename, build_temp, ld_args):
683 ld_args.append('/MANIFESTFILE:' + temp_manifest)
685 def manifest_get_embed_info(self, target_desc, ld_args)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
bcppcompiler.py 206 ld_args = self.ldflags_exe_debug[:]
208 ld_args = self.ldflags_exe[:]
212 ld_args = self.ldflags_shared_debug[:]
214 ld_args = self.ldflags_shared[:]
246 ld_args.append("/L%s" % os.path.normpath(l))
247 ld_args.append("/L.") # we sometimes use relative paths
250 ld_args.extend(objects)
263 ld_args.extend([',',output_filename])
265 ld_args.append(',,')
272 ld_args.append(lib
    [all...]
unixccompiler.py 167 ld_args = (objects + self.objects +
170 ld_args[:0] = ['-g']
172 ld_args[:0] = extra_preargs
174 ld_args.extend(extra_postargs)
196 linker = _osx_support.compiler_fixup(linker, ld_args)
198 self.spawn(linker + ld_args)
msvc9compiler.py 626 ld_args = (ldflags + lib_opts + export_opts +
641 ld_args.append ('/IMPLIB:' + implib_file)
643 self.manifest_setup_ldargs(output_filename, build_temp, ld_args)
646 ld_args[:0] = extra_preargs
648 ld_args.extend(extra_postargs)
652 self.spawn([self.linker] + ld_args)
661 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
673 def manifest_setup_ldargs(self, output_filename, build_temp, ld_args):
683 ld_args.append('/MANIFESTFILE:' + temp_manifest)
685 def manifest_get_embed_info(self, target_desc, ld_args)
    [all...]

Completed in 8305 milliseconds

1 2