Home
last modified time | relevance | path

Searched refs:linker (Results 1 – 16 of 16) 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.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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBWellKnownTypes.m31 // Importing sources here to force the linker to include our category methods in
33 // below would be stripped by the linker.
/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.bp87 // Also build a static libdvr for linking into tests. The linker script
/frameworks/av/media/ndk/
DAndroid.bp114 // Bug: http://b/124522995 libmediandk has linker errors when built with
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/
DREADME.txt28 "-lpthread" from the linker commands (perhaps replacing it with something else).
/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/opt/gamesdk/third_party/protobuf-3.0.0/src/
DREADME.md75 various flags to your compiler and linker. As of version 2.2.0,
81 pkg-config --libs protobuf # print linker flags
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
Dconfigure.ac119 # Also need to add -lz to the linker flags and make sure this succeeds.
/frameworks/base/tools/aapt2/cmd/
DLink.cpp1818 ReferenceLinker linker; in Run() local
1819 if (!linker.Consume(context_, &final_table_)) { in Run()
1939 XmlReferenceLinker linker; in Run() local
1940 if (!linker.Consume(context_, split_manifest.get())) { in Run()
/frameworks/av/apex/
Dld.config.txt45 # Add /apex/... pat to the permitted paths because linker uses realpath(3)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_pthread.m417 dnl linker flags, and the PTHREAD_CFLAGS output variable to any special
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c43 #pragma comment(linker, "/subsystem:windows")