Searched refs:linker (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/mclinker/unittests/ |
D | LinkerTest.cpp | 53 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/ |
D | ReferenceLinker_test.cpp | 54 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/ |
D | Options.td | 29 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/ |
D | RSCompilerDriver.cpp | 330 llvm::Linker linker(module); in buildScriptGroup() local 345 if (linker.linkInModule(std::move(sourceModule))) { in buildScriptGroup()
|
/frameworks/native/libs/vr/libdvr/ |
D | Android.bp | 79 // Also build a static libdvr for linking into tests. The linker script
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.in | 105 /* Define for standalone Android linker */
|
D | Config.h.cmake | 240 /* 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/ |
D | Link.cpp | 1562 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()
|