Home
last modified time | relevance | path

Searched refs:linker (Results 1 – 10 of 10) 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/libs/native_bridge_support/linker/
DAndroid.bp26 overrides: ["linker"],
27 stem: "linker",
36 "bionic/linker",
48 version_script: "linker.arm.map",
52 version_script: "linker.generic.map",
58 … // See https://android-review.googlesource.com/c/platform/bionic/+/954353/7/linker/linker.cpp#1165
/frameworks/base/tools/aapt2/link/
DReferenceLinker_test.cpp56 ReferenceLinker linker; in TEST() local
57 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
119 ReferenceLinker linker; in TEST() local
120 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
166 ReferenceLinker linker; in TEST() local
167 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
197 ReferenceLinker linker; in TEST() local
198 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
225 ReferenceLinker linker; in TEST() local
226 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.bp93 // 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/av/apex/
Dld.config.txt53 # Add /apex/... path to the permitted paths because linker uses realpath(3)
142 # Add /apex/... path to the permitted paths because linker uses realpath(3)
/frameworks/base/tools/aapt2/cmd/
DLink.cpp1830 ReferenceLinker linker; in Run() local
1831 if (!linker.Consume(context_, &final_table_)) { in Run()
1951 XmlReferenceLinker linker; in Run() local
1952 if (!linker.Consume(context_, split_manifest.get())) { in Run()