Home
last modified time | relevance | path

Searched refs:linker (Results 1 – 12 of 12) 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/android_api/linker/
DAndroid.bp30 overrides: ["linker"],
31 stem: "linker",
40 "bionic/linker",
52 version_script: "linker.arm.map",
56 version_script: "linker.generic.map",
60 version_script: "linker.generic.map",
66 … // See https://android-review.googlesource.com/c/platform/bionic/+/954353/7/linker/linker.cpp#1165
/frameworks/base/tools/aapt2/link/
DReferenceLinker_test.cpp55 ReferenceLinker linker; in TEST() local
56 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()
163 ReferenceLinker linker; in TEST() local
164 ASSERT_TRUE(linker.Consume(context.get(), table.get())); in TEST()
193 ReferenceLinker linker; in TEST() local
194 ASSERT_FALSE(linker.Consume(context.get(), table.get())); in TEST()
220 ReferenceLinker linker; in TEST() local
221 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/base/cmds/app_process/
DAndroid.bp33 // linker namespace, including an app's classloader namespace. Provide this
36 // By default, the static linker doesn't export most of an executable's symbols,
/frameworks/av/apex/testing/
DAndroid.bp31 "media-linker-config",
/frameworks/av/apex/
DAndroid.bp62 "media-linker-config",
92 name: "media-linker-config",
93 src: "linker.config.json",
Dld.config.txt58 # Add /apex/... path to the permitted paths because linker uses realpath(3)
147 # Add /apex/... path to the permitted paths because linker uses realpath(3)
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp330 llvm::Linker linker(module); in buildScriptGroup() local
345 if (linker.linkInModule(std::move(sourceModule))) { in buildScriptGroup()
/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.cpp2136 ReferenceLinker linker; in Run() local
2137 if (!options_.merge_only && !linker.Consume(context_, &final_table_)) { in Run()
2257 XmlReferenceLinker linker(&final_table_); in Run() local
2258 if (!linker.Consume(context_, split_manifest.get())) { in Run()