Home
last modified time | relevance | path

Searched refs:linker (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp53 Linker linker; in TEST_F() local
54 linker.emulate(script, config); in TEST_F()
60 if (linker.link(module, builder)) in TEST_F()
61 linker.emit(module, "./test.so"); in TEST_F()
76 Linker linker; in TEST_F() local
89 linker.emulate(script, config); in TEST_F()
119 if (linker.link(module, builder)) { in TEST_F()
120 linker.emit(module, "libplasma.so"); ///< -o libplasma.so in TEST_F()
134 Linker linker; in TEST_F() local
147 linker.emulate(script1, config1); in TEST_F()
[all …]
/frameworks/base/tools/aapt2/link/
DReferenceLinker_test.cpp54 ReferenceLinker linker; in TEST() local
55 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
117 ReferenceLinker linker; in TEST() local
118 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
164 ReferenceLinker linker; in TEST() local
165 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
195 ReferenceLinker linker; in TEST() local
196 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
223 ReferenceLinker linker; in TEST() local
224 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
[all …]
/frameworks/compile/mclinker/tools/mcld/
DOptions.td29 HelpText<"Info the dynamic linker to lookup only inside the group">;
50 def Dyld : Joined<["--"], "dynamic-linker=">,
52 HelpText<"Set the name of the dynamic linker">;
53 def DyldAlias : Separate<["-"], "dynamic-linker">,
89 … HelpText<"Request creation of unwind info for linker generated code sections like PLT">;
93 … HelpText<"Don't create unwind info for linker generated sections to save size">;
227 HelpText<"Set the type of linker's hash table(s)">;
258 HelpText<"Use the given file as the linker script">;
343 HelpText<"Set linker diagnostic output level">;
484 HelpText<"Set GNU linker emulation">;
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp330 llvm::Linker linker(module); in buildScriptGroup() local
345 if (linker.linkInModule(std::move(sourceModule))) { in buildScriptGroup()
/frameworks/native/libs/vr/libdvr/
DAndroid.bp79 // Also build a static libdvr for linking into tests. The linker script
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.in105 /* Define for standalone Android linker */
DConfig.h.cmake240 /* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
241 the current directory to the dynamic linker search path. */
/frameworks/base/tools/aapt2/cmd/
DLink.cpp1562 ReferenceLinker linker; in Run() local
1563 if (!linker.Consume(context_, &final_table_)) { in Run()
1652 XmlReferenceLinker linker; in Run() local
1653 if (!linker.Consume(context_, split_manifest.get())) { in Run()