/external/clang/examples/clang-interpreter/ |
Makefile | 19 ipo linker selectiondag asmparser instrumentation objcarcopts option
|
/bionic/linker/ |
Android.mk | 8 linker.cpp \ 39 # We need to access Bionic private headers in the linker. 56 LOCAL_MODULE := linker 57 LOCAL_MODULE_STEM_32 := linker
|
/external/chromium_org/build/android/pylib/linker/ |
setup.py | 5 """Setup for linker tests.""" 11 from pylib.linker import test_case 12 from pylib.linker import test_runner
|
/ndk/tests/build/warn-non-system-libs-in-linker-flags/jni/ |
Android.mk | 11 # Use linker flags to list libfoo.so at link time.
|
/frameworks/compile/mclinker/tools/mcld/ |
main.cpp | 24 #include <mcld/Linker.h> 34 /// configure linker 127 << ": failed to process linker options from command line!\n"; 131 mcld::Linker linker; local 132 if (!linker.emulate(script, config)) { 145 if (!linker.link(module, builder)) { 151 if (!linker.emit(module, module.name())) {
|
/external/jemalloc/src/ |
tsd.c | 98 # pragma comment(linker, "/INCLUDE:__tls_used") 100 # pragma comment(linker, "/INCLUDE:_tls_used")
|
/external/llvm/bindings/ocaml/linker/ |
llvm_linker.mli | 10 (** Linker. 12 This interface provides an OCaml API for LLVM bitcode linker, 13 the classes in the Linker library. *)
|
/ndk/tests/device/whole-static-libs/jni/ |
Android.mk | 8 # The GNU linker will strip un-needed object files from executables even whe
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
unixccompiler.py | 38 # we need some way for outsiders to feed preprocessor/compiler/linker 44 # should just happily stuff them into the preprocessor/compiler/linker 178 linker = self.linker_exe[:] 180 linker = self.linker_so[:] 183 # is used to set up the linker's environment. 188 if os.path.basename(linker[0]) == "env": 190 while '=' in linker[i]: 193 linker[i] = self.compiler_cxx[i] 196 linker = _osx_support.compiler_fixup(linker, ld_args [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
unixccompiler.py | 38 # we need some way for outsiders to feed preprocessor/compiler/linker 44 # should just happily stuff them into the preprocessor/compiler/linker 178 linker = self.linker_exe[:] 180 linker = self.linker_so[:] 183 # is used to set up the linker's environment. 188 if os.path.basename(linker[0]) == "env": 190 while '=' in linker[i]: 193 linker[i] = self.compiler_cxx[i] 196 linker = _osx_support.compiler_fixup(linker, ld_args [all...] |
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
Android.mk | 8 # in SDL_dlcompat.o this module depends. Instruct linker to resolved it at runtime.
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
Android.mk | 16 # in SDL_dlcompat.o this module depends. Instruct linker to resolved it at runtime.
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
port.cc | 101 // Force a reference to _tls_used to make the linker create the TLS directory 107 #pragma comment(linker, "/INCLUDE:__tls_used") 108 #pragma comment(linker, "/INCLUDE:_p_thread_callback_tcmalloc") 109 #pragma comment(linker, "/INCLUDE:_p_process_term_tcmalloc") 111 #pragma comment(linker, "/INCLUDE:_tls_used") 112 #pragma comment(linker, "/INCLUDE:p_thread_callback_tcmalloc") 113 #pragma comment(linker, "/INCLUDE:p_process_term_tcmalloc") 154 // for the linker /INCLUDE:symbol pragmas above. 156 // This tells the linker to run these functions.
|
/external/llvm/autoconf/m4/ |
link_options.m4 | 2 # Get the linker version string. 7 [AC_CACHE_CHECK([for linker version],[llvm_cv_link_version], 19 [Linker version detected at compile time.]) 23 # Determine if the system can handle the -R option being passed to the linker. 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.]) 66 # passed to the linker.
|
/hardware/invensense/60xx/libsensors_iio/software/build/android/ |
common.mk | 28 ## compile, includes, and linker 42 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker
|
/ndk/tests/build/topological-sort/jni/ |
Android.mk | 22 # <linker> -o <executable> main.o libfoo.a libbar.a 24 # Due to the way the linker works, this will fail. More specifically, 32 # <linker> -o <executable> main.o libbar.a libfoo.a
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
MSVSUtil.py | 147 linker = msvs.get('VCLinkerTool', {}) 149 pdb_path = linker.get('ProgramDatabaseFile') 167 """Insert a shim target that forces the linker to use 4KB pagesize PDBs. 170 limit for the 1KB pagesize PDBs created by the linker by default. 234 # Set up the shim to output its PDB to the same location as the final linker 254 linker = msvs.setdefault('VCLinkerTool', {}) 255 linker['GenerateDebugInformation'] = 'true' 256 linker['ProgramDatabaseFile'] = pdb_path
|
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
common.mk | 28 ## compile, includes, and linker 42 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
common.mk | 28 ## compile, includes, and linker 42 ANDROID_LINK_EXECUTABLE += -Wl,-dynamic-linker,/system/bin/linker
|
/build/target/product/ |
embedded.mk | 59 linker \
|
/external/skia/platform_tools/android/bin/ |
android_gdbserver | 43 adb_pull_if_needed /system/bin/linker $GDB_TMP_DIR
|
/art/runtime/native/ |
dalvik_system_VMRuntime.cc | 253 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 255 klass = linker->FindPrimitiveClass(class_name[0]); 257 klass = linker->LookupClass(class_name, ComputeModifiedUtf8Hash(class_name), NULL); 363 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 364 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); 380 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local 381 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath(); 385 mirror::DexCache* dex_cache = linker->FindDexCache(*dex_file); 433 ClassLinker* linker = runtime->GetClassLinker(); local 443 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath() [all...] |
/external/chromium_org/third_party/android_crazy_linker/src/ |
Android.mk | 31 # The crazy linker itself. 41 # The crazy linker unit tests.
|
/external/clang/tools/driver/ |
Makefile | 35 instrumentation ipo irreader linker objcarcopts option \
|
/external/dhcpcd/mk/ |
prog.mk | 21 # If building for /, ensure we use the linker in /libexec if different from 24 echo "-Wl,-dynamic-linker=/libexec/ld.elf_so"; \
|