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

12

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
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/python/darwin-x86/2.7.5/lib/python2.7/distutils/
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/python/linux-x86/2.7.5/lib/python2.7/distutils/
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 626 ld_args = (ldflags + lib_opts + export_opts +
641 ld_args.append ('/IMPLIB:' + implib_file)
651 ld_args.append('/MANIFESTFILE:' + temp_manifest)
654 ld_args[:0] = extra_preargs
656 ld_args.extend(extra_postargs)
660 self.spawn([self.linker] + ld_args)
  /external/valgrind/none/tests/ppc64/
test_isa_3_0.c 3811 unsigned int one_arg, two_args, three_args, four_args, cmp_args, ld_args, st_args, member in struct:insn_sel_flags_t_struct
    [all...]

Completed in 209 milliseconds

12