/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 258 self.linker = "link.exe" 272 self.linker = self.find_exe("link.exe") 514 # The MSVC linker generates .lib and .exp files, which cannot be 515 # suppressed by any linker switches. The .lib files may even be 534 self.spawn ([self.linker] + ld_args)
|
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
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 258 self.linker = "link.exe" 272 self.linker = self.find_exe("link.exe") 514 # The MSVC linker generates .lib and .exp files, which cannot be 515 # suppressed by any linker switches. The .lib files may even be 534 self.spawn ([self.linker] + ld_args)
|
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/valgrind/main/VEX/switchback/ |
linker.c | 3 Linker no longer used - apart from mymalloc(). 5 ./> (cd .. && make EXTRA_CFLAGS="-m64" libvex_ppc64_linux.a) && gcc -m64 -Wall -O -g -o switchback switchback.c linker.c ../libvex_ppc64_linux.a test_bzip2.c 20 #include "linker.h" 170 outside one of these is an error in the linker. */ 260 "checkProddableBlock: invalid fixup %p in runtime linker\n", 350 // Top-level linker control. 529 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d", 542 IF_DEBUG(linker,belch( "Rel entry %3d is raw(%6p %6p)", 545 IF_DEBUG(linker,belch( " ZERO" )); 655 IF_DEBUG(linker,belch( "relocations for section %d using symtab %d" [all...] |
/bionic/tests/ |
Android.mk | 204 # Library of all tests (excluding the dynamic linker tests). 310 LINKER = linker64 313 LINKER = linker 336 bionic-unit-tests-run-on-host: bionic-unit-tests $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT_EXECUTABLES)/sh 342 cp $(TARGET_OUT_EXECUTABLES)/$(LINKER) /system/bin 352 bionic-unit-tests-run-on-host32: bionic-unit-tests_32 $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT_EXECUTABLES)/sh 358 cp $(TARGET_OUT_EXECUTABLES)/linker /system/bin
|
/external/chromium_org/native_client_sdk/src/tools/ |
host_vc.mk | 15 # in the linker to drop libc++ unless it's actually needed. 94 # $6 = Other Linker Args 110 # $5 = POSIX Linker Switches 111 # $6 = VC Linker Switches
|
host_gcc.mk | 15 # in the linker to drop libc++ unless it's actually needed. 114 # $6 = Linker Args 138 # $5 = POSIX Linker Switches 139 # $6 = VC Linker Switches
|
/ndk/ |
ndk-gdb | 752 run adb_cmd pull /system/bin/linker `native_path $APP_OUT/linker` 753 log "Pulled linker from device/emulator."
|
ndk-gdb.py | 749 adb_cmd(False, ['pull', '/system/bin/linker', '%s/linker' % (APP_OUT)], log_command=True) 750 log('Pulled linker from device/emulator.') [all...] |
/bionic/libc/tools/ |
genlibgcc_compat.py | 5 * references to libgcc.a functions to force the dynamic linker 63 * these in libc.so instead, since the dynamic linker will always
|
/build/core/combo/ |
TARGET_linux-arm64.mk | 188 -Wl,-dynamic-linker,/system/bin/linker64 \
|
TARGET_linux-mips64.mk | 198 -Wl,-dynamic-linker,/system/bin/linker64 \
|
/external/llvm/test/MC/ARM/ |
eh-directive-section-comdat.s | 7 @ linkonce_odr) linkage, so that the linker can remove the duplicated
|
/external/stlport/ |
configure | 49 pass extra options to linker (via C/C++) 101 \$LDFLAGS pass extra options to linker (via C/C++)
|
/art/runtime/native/ |
dalvik_system_DexFile.cc | 111 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 115 bool success = linker->OpenDexFilesFromOat(sourceName.c_str(), outputName.c_str(), &error_msgs,
|
/external/icu/icu4c/source/common/ |
Android.mk | 119 # that we need to satisfy the linker.
|
/external/jpeg/ |
ltconfig | 133 --with-gnu-ld assume that the C compiler uses the GNU linker 680 echo $ac_n "checking if the linker ($LD) is GNU ld... $ac_c" 1>&6 689 # See if the linker supports building shared libraries. 690 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6 731 # PORTME fill in a description of your system's linker (not GNU ld) 736 # Note: this linker hardcodes the directories in LIBPATH if there 1092 # PORTME Some linker may need a different reload flag. 1109 echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6 [all...] |
/external/qemu/distrib/jpeg-6b/ |
ltconfig | 133 --with-gnu-ld assume that the C compiler uses the GNU linker 680 echo $ac_n "checking if the linker ($LD) is GNU ld... $ac_c" 1>&6 689 # See if the linker supports building shared libraries. 690 echo $ac_n "checking whether the linker ($LD) supports shared libraries... $ac_c" 1>&6 731 # PORTME fill in a description of your system's linker (not GNU ld) 736 # Note: this linker hardcodes the directories in LIBPATH if there 1092 # PORTME Some linker may need a different reload flag. 1109 echo $ac_n "checking dynamic linker characteristics... $ac_c" 1>&6 [all...] |
/system/core/toolbox/ |
Android.mk | 228 # The linker strips out all the unused library code in the normal case.
|
/external/chromium_org/build/android/pylib/linker/ |
test_case.py | 5 """Base class for linker-specific test cases. 7 The custom dynamic linker can only be tested through a custom test case 23 - Enabling test support in the Linker code requires building a special 25 Linker code itself. 30 To build and run the linker tests, do the following: 33 build/android/test_runner.py linker 52 _COMMAND_LINE_FILE = '/data/local/tmp/chromium-linker-test-command-line' 54 # Path to the Linker.java source file. 56 'base/android/java/src/org/chromium/base/library_loader/Linker.java') 81 """Returns a string corresponding to the Linker's configuration of share [all...] |
/external/libunwind/aux/ |
ltmain.sh | 1013 # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* [all...] |
/external/libunwind/doc/ |
libunwind.tex | 216 program includes \File{$<$libunwind.h$>$} and uses the linker switch 218 includes \File{$<$libunwind-}\Var{PLAT}\File{.h$>$} and uses the linker 308 \item[\Opt{-l}\File{unwind}] Linker-switch to add when building a 310 \item[\Opt{-l}\File{unwind-}\Var{PLAT}] Linker-switch to add when 312 For example, to (cross-)unwind an IA-64 program, the linker switch
|
/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...] |
/art/compiler/ |
oat_writer.cc | 551 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 556 Handle<mirror::DexCache> dex_cache(hs.NewHandle(linker->FindDexCache(*dex_file_))); 557 mirror::ArtMethod* method = linker->ResolveMethod(*dex_file_, it.GetMemberIndex(), dex_cache, [all...] |