/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 | 47 ReferenceLinker linker; in TEST() local 48 ASSERT_TRUE(linker.consume(context.get(), table.get())); in TEST() 105 ReferenceLinker linker; in TEST() local 106 ASSERT_TRUE(linker.consume(context.get(), table.get())); in TEST() 147 ReferenceLinker linker; in TEST() local 148 ASSERT_TRUE(linker.consume(context.get(), table.get())); in TEST() 174 ReferenceLinker linker; in TEST() local 175 ASSERT_FALSE(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() [all …]
|
D | Link.cpp | 1181 ReferenceLinker linker; in run() local 1182 if (!linker.consume(mContext, &mFinalTable)) { in run()
|
/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/Renderscript/ |
D | RSCompilerDriver.cpp | 334 llvm::Linker linker(module); in buildScriptGroup() local 337 if (linker.linkInModule(std::move(sourceModule))) { in buildScriptGroup()
|
/frameworks/base/docs/html/ndk/guides/ |
D | android_mk.jd | 381 It enables the right compiler and linker flags during the build process. For prebuilt binaries, 487 <p>This variable is a variant of {@code LOCAL_STATIC_LIBRARIES}, and expresses that the linker 489 on whole archives, see the GNU linker's 501 <p>This variable contains the list of additional linker flags for use in building your shared 503 system libraries. For example, the following example tells the linker to generate a module that 518 <p>The list of other linker flags for the build system to use when building your shared library 519 or executable. For example, the following example uses the {@code ld.bfd} linker on ARM/X86 GCC 607 protection. This variable instructs the runtime linker to mark certain regions of memory 674 <p>This variable is the same as {@code LOCAL_EXPORT_CFLAGS}, but for linker flags.</p> 681 <p>Note that the build system appends imported linker flags to the value of your module's [all …]
|
D | application_mk.jd | 106 <p>A set of linker flags that the build system passes when linking the application. This variable 200 <p>Starting from Android 4.1 (API level 16), Android's dynamic linker supports position-independent
|
D | standalone_toolchain.jd | 148 <li>Add assembler and linker support by adding the {@code -gcc-toolchain} option, as in the 368 assembler, linker, headers, libraries, and C++ STL implementation.</p> 463 <p>Also, make sure to provide the following two flags to the linker:</p> 469 <p>The first flag instructs the linker to pick {@code libgcc.a}, {@code libgcov.a}, and
|
D | stable_apis.jd | 181 <h4>Dynamic linker library</h4> 182 <p>You can access the Android dynamic linker's {@code dlopen()}, {@code dlsym()}, and
|
/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/docs/html/ndk/downloads/ |
D | revision_history.jd | 385 {@code aarch64-linux-android-4.9} linker. For more information on this workaround, see 453 to avoid the following linker warning: 507 <li>Added {@code ld.gold} for {@code aarch64}. The default linker remains {@code ld.bfd}. 582 A53 Errata #835769</a> in the aarch64-linux-android-4.9 linker. As part of this, GCC 954 linker.</li> 1070 incorrect, caused the linker to complain that <code>-shared</code> and <code>-pie</code> could not 1116 use with ARM GCC 4.6/4.8 and Clang 3.3/3.4 (which use 4.8's assembler, linker, 1519 <li>Fixed GCC 4.6/4.7/4.8 compiler to pass the linker option {@code --eh-frame-hdr} even 1559 <li>Added crazy linker. For more information, see 1644 <li>Fixed {@code LOCAL_SHORT_COMMANDS} bug where the {@code linker.list} file is [all …]
|
D | index.jd | 466 <li>Introduced option <code>--long-plt</code> to fix an internal linker error 476 a dynamic linker bug for earlier Android releases.
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | android-6.0-changes.jd | 290 <p>This release updates the behavior of the dynamic linker. The dynamic linker now understands the
|
/frameworks/base/docs/html/preview/ |
D | behavior-changes.jd | 472 Runtime access via dynamic linker 603 03-21 17:07:51.502 31234 31234 W linker : library "libandroid_runtime.so"
|