Home
last modified time | relevance | path

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

1234

/system/linkerconfig/testdata/
Dprepare_root.sh96 if test -f $ROOT_OUT/system/etc/linker.config.json; then
97 …conv_linker_config proto -s $ROOT_OUT/system/etc/linker.config.json -o $ROOT_OUT/system/etc/linker
114 if test -f $dst/etc/linker.config.json; then
115 conv_linker_config proto -s $dst/etc/linker.config.json -o $dst/etc/linker.config.pb
/system/linkerconfig/
DREADME.md5 Linkerconfig is a program to generate linker configuration based on the runtime
16 ### linker.config.json
19 creates linker configuration with the module. This module can be defined as
23 A linker configuration file(linker.config.json) is compiled into a protobuf at build time
24 by `conv_linker_config`. You can find the compiled file under `<base>/etc/linker.config.pb`.
25 For example, `/apex/com.android.art/etc/linker.config.pb` is a configuration for the `com.android.a…
28 `/system/etc/linker.config.pb`(or its source module `system_linker_config`) is special because
33 linker.config.json file is in json format which can contain properties as below.
67 [ld.config.format.md](https://android.googlesource.com/platform/bionic/+/master/linker/ld.config.fo…
/system/core/libvndksupport/tests/
Dlinker_test.cpp44 TEST(linker, load_existing_lib) { in TEST() argument
52 TEST(linker, load_nonexisting_lib) { in TEST() argument
/system/core/rootdir/etc/
Dld.config.legacy.txt2 # Please update linker configuration generator instead.
Dld.config.vndk_lite.txt2 # Please update linker configuration generator instead.
Dld.config.recovery.txt2 # Please update linker configuration generator instead.
Dld.config.txt2 # Please update linker configuration generator instead.
/system/sepolicy/apex/
Dcom.android.runtime-file_contexts6 /bin/linker(64)? u:object_r:system_linker_exec:s0
/system/core/libvndksupport/
DAndroid.bp11 srcs: ["linker.cpp"],
/system/sepolicy/prebuilts/api/30.0/public/
Dkernel.te95 # dynamic linker when it re-executes /init to switch into the second stage.
96 # Until Linux 4.8, the program interpreter (dynamic linker in this case) is executed
98 # domain (the source domain) to execute the dynamic linker (system_file type).
102 # The label for the dynamic linker is rootfs in the recovery partition. This is because
Dueventd.te44 # the dynamic linker and shared libraries.
50 # linker tries to resolve paths in ld.config.txt.
/system/sepolicy/prebuilts/api/31.0/public/
Dkernel.te100 # dynamic linker when it re-executes /init to switch into the second stage.
101 # Until Linux 4.8, the program interpreter (dynamic linker in this case) is executed
103 # domain (the source domain) to execute the dynamic linker (system_file type).
107 # The label for the dynamic linker is rootfs in the recovery partition. This is because
Dueventd.te48 # the dynamic linker and shared libraries.
54 # linker tries to resolve paths in ld.config.txt.
/system/sepolicy/prebuilts/api/29.0/public/
Dkernel.te92 # dynamic linker when it re-executes /init to switch into the second stage.
93 # Until Linux 4.8, the program interpreter (dynamic linker in this case) is executed
95 # domain (the source domain) to execute the dynamic linker (system_file type).
99 # The label for the dynamic linker is rootfs in the recovery partition. This is because
Dueventd.te44 # the dynamic linker and shared libraries.
50 # linker tries to resolve paths in ld.config.txt.
/system/sepolicy/public/
Dkernel.te100 # dynamic linker when it re-executes /init to switch into the second stage.
101 # Until Linux 4.8, the program interpreter (dynamic linker in this case) is executed
103 # domain (the source domain) to execute the dynamic linker (system_file type).
107 # The label for the dynamic linker is rootfs in the recovery partition. This is because
Dueventd.te48 # the dynamic linker and shared libraries.
54 # linker tries to resolve paths in ld.config.txt.
/system/core/rootdir/
DAndroid.bp38 src: "etc/linker.config.json",
/system/core/debuggerd/
DAndroid.bp97 // Core implementation, linked into libdebuggerd_handler and the dynamic linker.
137 // Fallback implementation, for use in the Bionic linker only.
140 visibility: ["//bionic/linker"],
/system/chre/doc/
Dframework_build.md33 All variant-specific compiler and linker flags are held under variables that
36 linker flags are compatible with all toolchains. For example: if a target uses a
91 specifically the compiler (`TARGET_CC`), archiver (`TARGET_AR`), and the linker
92 (`TARGET_LD`). Architecture specific compiler and linker flags are passed in via
/system/unwinding/libunwindstack/
DAndroidVersions.md26 included in linker arguments when using lld.
35 if it is being compiled with the llvm linker lld, it might be necessary
36 to add the linker option `-Wl,-zseparate-code` to avoid creating an elf
66 * Support for the linker read-only segment option (b/109657296).
/system/sepolicy/prebuilts/api/29.0/private/
Dshell.te66 # The dl.exec_linker* tests need to execute /system/bin/linker
Dotapreopt_chroot.te73 # Allow to access the linker through the symlink.
/system/unwinding/libbacktrace/testdata/arm/
Doffline_testdata88 map: start: e87b0000 end: e880d000 offset: 0 load_bias: 0 flags: 5 name: /system/bin/linker
89 map: start: e880d000 end: e880f000 offset: 5c000 load_bias: 0 flags: 1 name: /system/bin/linker
90 map: start: e880f000 end: e8810000 offset: 5e000 load_bias: 0 flags: 3 name: /system/bin/linker
/system/sepolicy/prebuilts/api/30.0/private/
Dotapreopt_chroot.te73 # Allow to access the linker through the symlink.

1234