Searched refs:linker (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DLinkerTest.cpp53 Linker linker; local
54 linker.emulate(script, config);
60 if (linker.link(module, builder))
61 linker.emit(module, "./test.so");
76 Linker linker; local
87 /// To configure linker before setting options. Linker::config sets up
89 linker.emulate(script, config);
119 if (linker.link(module, builder)) {
120 linker.emit(module, "libplasma.so"); ///< -o libplasma.so
134 Linker linker; local
232 Linker linker; local
337 Linker linker; local
[all...]
/frameworks/base/tools/aapt2/link/
H A DReferenceLinker_test.cpp53 ReferenceLinker linker; local
54 ASSERT_TRUE(linker.Consume(context.get(), table.get()));
117 ReferenceLinker linker; local
118 ASSERT_TRUE(linker.Consume(context.get(), table.get()));
164 ReferenceLinker linker; local
165 ASSERT_TRUE(linker.Consume(context.get(), table.get()));
195 ReferenceLinker linker; local
196 ASSERT_FALSE(linker.Consume(context.get(), table.get()));
223 ReferenceLinker linker; local
224 ASSERT_FALSE(linker
254 ReferenceLinker linker; local
[all...]
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk33 # bionic linker cant find it without outside help (nativetests):
/frameworks/compile/libbcc/lib/
H A DRSCompilerDriver.cpp330 llvm::Linker linker(module);
345 if (linker.linkInModule(std::move(sourceModule))) {
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp32 #include <vndksupport/linker.h>
/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1554 ReferenceLinker linker; local
1555 if (!linker.Consume(context_, &final_table_)) {
1644 XmlReferenceLinker linker; local
1645 if (!linker.Consume(context_, split_manifest.get())) {

Completed in 220 milliseconds