/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/libs/native_bridge_support/android_api/linker/ |
D | Android.bp | 30 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/ |
D | ReferenceLinker_test.cpp | 55 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/ |
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/base/cmds/app_process/ |
D | Android.bp | 33 // 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/ |
D | Android.bp | 31 "media-linker-config",
|
/frameworks/av/apex/ |
D | Android.bp | 62 "media-linker-config", 92 name: "media-linker-config", 93 src: "linker.config.json",
|
D | ld.config.txt | 58 # 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/ |
D | RSCompilerDriver.cpp | 330 llvm::Linker linker(module); in buildScriptGroup() local 345 if (linker.linkInModule(std::move(sourceModule))) { in buildScriptGroup()
|
/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 | 2136 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()
|