Searched refs:ld_args (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | 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 …]
|
D | 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)
|
D | 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): argument 683 ld_args.append('/MANIFESTFILE:' + temp_manifest) 685 def manifest_get_embed_info(self, target_desc, ld_args): argument [all …]
|
D | 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/valgrind/none/tests/ppc64/ |
D | test_isa_3_0.c | 3811 unsigned int one_arg, two_args, three_args, four_args, cmp_args, ld_args, st_args, member 3859 (nb_args == 6 && !seln_flags.ld_args) || in do_tests() 4192 flags.ld_args = 1; in main() 4309 printf(" load_args = %d\n", flags.ld_args); in main()
|