/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
msvc9compiler.py | 365 self.linker = "link.exe" 397 self.linker = self.find_exe("link.exe") 629 # The MSVC linker generates .lib and .exp files, which cannot be 630 # suppressed by any linker switches. The .lib files may even be 652 self.spawn([self.linker] + ld_args) 678 # Ask the linker to generate the manifest in the temp dir, so
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
libtool.m4 | 880 # Check for linker boilerplate output or warnings with 912 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], 934 AC_CACHE_CHECK([for -exported_symbols_list linker flag], 984 # Checks for linker and compiler features on darwin [all...] |
/external/chromium/sdch/open-vcdiff/ |
ltmain.sh | [all...] |
configure | [all...] |
/external/chromium/third_party/libevent/ |
ltmain.sh | [all...] |
configure | [all...] |
/external/chromium_org/third_party/libevent/ |
ltmain.sh | [all...] |
configure | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
ltmain.sh | [all...] |
/external/chromium_org/v8/test/mjsunit/tools/ |
tickprocessor.js | 238 ' 0000:00000000 ___ImageBase 00400000 <linker-defined>', 247 ' 0000:00000000 ___ImageBase 01c30000 <linker-defined>',
|
/external/libffi/ |
ltmain.sh | [all...] |
configure | [all...] |
/external/llvm/autoconf/ |
ltmain.sh | [all...] |
/external/llvm/projects/sample/autoconf/ |
ltmain.sh | [all...] |
/external/v8/test/mjsunit/tools/ |
tickprocessor.js | 234 ' 0000:00000000 ___ImageBase 00400000 <linker-defined>', 243 ' 0000:00000000 ___ImageBase 01c30000 <linker-defined>',
|
/bootable/diskinstaller/ |
config.mk | 14 linker \
|
/external/clang/www/demo/ |
index.cgi | 248 if `llvm-ld --help 2>&1` !~ /llvm linker/; 384 "optimizing linker (llvm-ld)", 393 dumpFile( "Statistics for optimizing linker", $timerFile );
|
/external/chromium_org/build/android/ |
adb_gdb | 866 for SYSLIB in /system/bin/linker $SYSTEM_LIBS; do
|
/external/chromium_org/chrome/installer/mini_installer/ |
mini_installer.cc | 12 // defines the following compiler/linker flags: 16 // EntryPointSymbol="MainEntryPoint" linker: /ENTRY 17 // IgnoreAllDefaultLibraries="true" linker: /NODEFAULTLIB 19 // linker: /SAFESEH:NO 21 // have the linker merge the sections, saving us ~500 bytes. 22 #pragma comment(linker, "/MERGE:.rdata=.text")
|
/external/elfutils/ |
elfutils.spec | 27 Elfutils is a collection of utilities, including ld (a linker), 215 - ld: implement newer features of binutils linker.
|
/external/elfutils/src/ |
ldscript.c | 141 /* Parser for linker scripts. [all...] |
/art/runtime/ |
dex_file.cc | 944 ClassLinker* linker, 946 : dex_file_(dex_file), dex_cache_(dex_cache), class_loader_(class_loader), linker_(linker), [all...] |
/dalvik/vm/ |
Dvm.mk | 336 # OSX includes libffi, so just make the linker aware of it directly.
|
/art/runtime/verifier/ |
method_verifier.cc | 132 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 145 linker->ResolveMethod(*dex_file, method_idx, dex_cache, class_loader, NULL, type); 187 linker->ResolveMethod(*dex_file, method_idx, dex_cache, class_loader, NULL, type); 557 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 571 mirror::Class* exception_type = linker->ResolveType(*dex_file_, [all...] |
/external/libusb-compat/ |
configure | [all...] |