HomeSort by relevance Sort by last modified time
    Searched defs:linker (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
copy_constant_to_storage_tests.cpp 30 namespace linker { namespace
77 linker::copy_constant_to_storage(storage,
96 linker::copy_constant_to_storage(storage,
115 linker::copy_constant_to_storage(storage,
134 linker::copy_constant_to_storage(storage,
144 * passed to \c linker::copy_constant_to_storage is hard-coded to \c
158 linker::copy_constant_to_storage(storage,
set_uniform_initializer_tests.cpp 30 namespace linker { namespace
176 linker::set_uniform_initializer(mem_ctx, prog, name, type, val);
323 * uniform that it initializes. In the real compiler and linker this can
332 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val);
  /external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp 30 namespace linker { namespace
77 linker::copy_constant_to_storage(storage,
96 linker::copy_constant_to_storage(storage,
115 linker::copy_constant_to_storage(storage,
134 linker::copy_constant_to_storage(storage,
144 * passed to \c linker::copy_constant_to_storage is hard-coded to \c
158 linker::copy_constant_to_storage(storage,
set_uniform_initializer_tests.cpp 30 namespace linker { namespace
176 linker::set_uniform_initializer(mem_ctx, prog, name, type, val);
323 * uniform that it initializes. In the real compiler and linker this can
332 linker::set_uniform_initializer(mem_ctx, prog, name, element_type, val);
  /external/chromium_org/third_party/mesa/src/src/glsl/
link_uniform_initializers.cpp 26 #include "linker.h"
35 namespace linker { namespace
175 linker::set_uniform_initializer(mem_ctx, prog, var->name,
  /external/mesa3d/src/glsl/
link_uniform_initializers.cpp 26 #include "linker.h"
35 namespace linker { namespace
175 linker::set_uniform_initializer(mem_ctx, prog, var->name,
  /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/compiler-rt/lib/lsan/
lsan_common_linux.cc 32 static LoadedModule *linker = 0; member in namespace:__lsan
43 linker = reinterpret_cast<LoadedModule *>(linker_placeholder);
47 VReport(1, "LeakSanitizer: Dynamic linker not found. "
52 linker = 0;
88 // FIXME: dl_iterate_phdr acquires a linker lock, so we run a risk of
125 if (caller_pc == 0 || linker->containsAddress(caller_pc)) {
151 if (!linker) return;
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 15 #include <mcld/Linker.h>
59 Linker linker; local
60 linker.emulate(script, config);
66 if (linker.link(module, builder))
67 linker.emit(module, "./test.so");
83 Linker linker; local
94 /// To configure linker before setting options. Linker::config sets u
141 Linker linker; local
238 Linker linker; local
342 Linker linker; local
    [all...]
  /art/compiler/
elf_writer_mclinker.cc 24 #include <mcld/Linker.h>
148 // Based on alone::Linker::config
154 linker_.reset(new mcld::Linker());
186 // linker script like functionality to guarantee references
333 // TODO: avoid dup of fd by fixing Linker::emit to not close the argument fd.
361 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
365 Handle<mirror::DexCache> dex_cache(hs.NewHandle(linker->FindDexCache(dex_file)));
366 method = linker->ResolveMethod(dex_file, method_idx, dex_cache,
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...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 326 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
382 called = linker->ResolveMethod(Thread::Current(), dex_method_idx, &caller, invoke_type);
402 linker->EnsureInitialized(called_class, true, true);
413 code = linker->GetPortableOatCodeFor(called, &have_portable_code);
422 code = linker->GetPortableOatCodeFor(called, &have_portable_code);
435 code = linker->GetPortableOatCodeFor(called, &have_portable_code);
447 DCHECK(code != linker->GetPortableResolutionTrampoline());
  /external/chromium_org/build/android/rezip/
rezip.cc 16 // directly from within the APK using the "crazy" linker.
205 const std::string linker = "libchromium_android_linker.so"; local
206 if (last_slash + 1 + linker.length() == filename_str.length() &&
207 filename_str.compare(last_slash + 1, linker.length(), linker) == 0) {
208 // Do not match the linker.
492 "not renamed as the crazy linker can not load itself.";
  /ndk/build/core/
default-build-commands.mk 13 # must appear on the final static linker command (order is important).
30 TARGET-get-linker-objects-and-libraries = \
49 # linker has run. This makes GOT overwrite security attacks harder to
  /art/runtime/mirror/
object_test.cc 461 ClassLinker* linker = class_linker_; local
469 Class* klass1 = linker->FindClass(soa.Self(), "LProtoCompare;", class_loader_1);
471 Class* klass2 = linker->FindClass(soa.Self(), "LProtoCompare2;", class_loader_2);
  /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...]
dalvik_system_DexFile.cc 111 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
115 bool success = linker->OpenDexFilesFromOat(sourceName.c_str(), outputName.c_str(), &error_msgs,
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 712 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 161 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
174 linker->ResolveMethod(*dex_file, method_idx, dex_cache, class_loader,
218 linker->ResolveMethod(*dex_file, method_idx, dex_cache, class_loader,
631 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
645 mirror::Class* exception_type = linker->ResolveType(*dex_file_,
2839 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
    [all...]
  /art/runtime/
class_linker.cc 3754 ClassLinker* linker = Runtime::Current()->GetClassLinker(); local
    [all...]
  /prebuilts/sdk/tools/
jack.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.10.0/
builder-0.10.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.11.2/
builder-0.11.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.1/
builder-0.12.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.12.2/
builder-0.12.2.jar 

Completed in 891 milliseconds

1 2 3