Home
last modified time | relevance | path

Searched refs:linker (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/link/
H A 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
250 ReferenceLinker linker; in TEST() local
[all …]
/aosp14/system/core/libvndksupport/tests/
H A Dlinker_test.cpp44 TEST(linker, load_existing_lib) { in TEST() argument
52 TEST(linker, load_nonexisting_lib) { in TEST() argument
/aosp14/system/core/rootdir/etc/
H A Dld.config.legacy.txt2 # Please update linker configuration generator instead.
H A Dld.config.recovery.txt2 # Please update linker configuration generator instead.
H A Dld.config.txt2 # Please update linker configuration generator instead.
H A Dld.config.vndk_lite.txt2 # Please update linker configuration generator instead.
/aosp14/system/core/libvndksupport/
H A DAndroid.bp11 srcs: ["linker.cpp"],
/aosp14/system/core/debuggerd/
H A DAndroid.bp89 // Core implementation, linked into libdebuggerd_handler and the dynamic linker.
130 // Fallback implementation, for use in the Bionic linker only.
133 visibility: ["//bionic/linker"],
/aosp14/frameworks/base/cmds/app_process/
H A 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,
/aosp14/system/core/rootdir/
H A DAndroid.bp38 src: "etc/linker.config.json",
H A Dinit.rc53 # Set up linker config subdirectories based on mount namespaces
68 # Mount bootstrap linker configuration as current
78 # Generate linker config based on apex mounted in bootstrap namespace
876 # Create directories to push tests to for each linker namespace.
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp2118 ReferenceLinker linker; in Run() local
2119 if (!options_.merge_only && !linker.Consume(context_, &final_table_)) { in Run()
2239 XmlReferenceLinker linker(&final_table_); in Run() local
2240 if (!linker.Consume(context_, split_manifest.get())) { in Run()
/aosp14/system/core/init/
H A DREADME.md676 for the mounted APEXes, parses config file(s) from them, and updates linker
988 point to an error happening in the linker as the new service is started. The linker in Android
991 the logs that the linker prints to `stderr` to `kmsg`, where they can be read via a serial port.