android_bionic/linker
Jiyong Park 358334145e ld.config.txt for APEX
When executing an executable in an APEX (i.e., /apex/<name>/bin),
ld.config.txt file is read from the same APEX, not from /system/etc.

Bug: 115787633
Test: m apex.test; adb push ...apex.test.apex /data/apex; adb reboot
Test: adb root; adb shell /apex/com.android.example.apex/bin/dex2oat
is runnable.

Change-Id: I6400251f99d24f2379dbaf655ecd84da02490617
2018-10-31 12:21:02 +09:00
..
arch
tests Fix normalize_path's handling of "/.." 2018-10-08 13:27:16 -07:00
Android.bp Clean up bionic_macros.h a bit. 2018-10-25 11:00:00 -07:00
Android.mk
MODULE_LICENSE_BSD
dlfcn.cpp Fix linker's _r_debug (gdb) info 2018-08-21 17:20:07 -07:00
ld.config.format.md
ld_android.cpp Break libdl.so and ld-android.so's dependency on libc.so. 2018-03-30 13:56:03 -07:00
linked_list.h Clean up bionic_macros.h a bit. 2018-10-25 11:00:00 -07:00
linker.arm.map
linker.cpp ld.config.txt for APEX 2018-10-31 12:21:02 +09:00
linker.generic.map
linker.h Allow invoking the linker on an executable. 2018-10-10 14:31:06 -07:00
linker_allocator.cpp Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. 2018-08-22 10:36:23 -07:00
linker_allocator.h Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. 2018-08-22 10:36:23 -07:00
linker_block_allocator.cpp Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. 2018-08-22 10:36:23 -07:00
linker_block_allocator.h Clean up bionic_macros.h a bit. 2018-10-25 11:00:00 -07:00
linker_cfi.cpp Add PR_SET_VMA and PR_SET_VMA_ANON_NAME to <sys/prctl.h>. 2018-08-22 10:36:23 -07:00
linker_cfi.h
linker_common_types.h Clean up bionic_macros.h a bit. 2018-10-25 11:00:00 -07:00
linker_config.cpp Don't emit warning on missing directories 2018-06-22 00:59:23 +09:00
linker_config.h Clean up bionic_macros.h a bit. 2018-10-25 11:00:00 -07:00
linker_debug.h
linker_dlwarning.cpp
linker_dlwarning.h
linker_exidx_static.c
linker_gdb_support.cpp
linker_gdb_support.h
linker_globals.cpp Be clearer about linker warnings. 2018-02-28 12:37:28 -08:00
linker_globals.h Be clearer about linker warnings. 2018-02-28 12:37:28 -08:00
linker_libc_support.c
linker_libcxx_support.cpp
linker_logger.cpp Allow invoking the linker on an executable. 2018-10-10 14:31:06 -07:00
linker_logger.h Clean up bionic_macros.h a bit. 2018-10-25 11:00:00 -07:00
linker_main.cpp Allow invoking the linker on an executable. 2018-10-10 14:31:06 -07:00
linker_main.h Allow invoking the linker on an executable. 2018-10-10 14:31:06 -07:00
linker_mapped_file_fragment.cpp
linker_mapped_file_fragment.h Clean up bionic_macros.h a bit. 2018-10-25 11:00:00 -07:00
linker_memory.cpp Add reallocarray(3). 2018-09-26 14:24:18 -07:00
linker_mips.cpp
linker_namespaces.cpp Be clearer about linker warnings. 2018-02-28 12:37:28 -08:00
linker_namespaces.h Libraries without dt_soname are inaccessible 2018-04-29 13:39:46 +02:00
linker_phdr.cpp State clearly that an ELF file has the wrong architecture. 2018-09-17 15:50:09 -07:00
linker_phdr.h Allow invoking the linker on an executable. 2018-10-10 14:31:06 -07:00
linker_reloc_iterators.h
linker_relocs.h
linker_sdk_versions.cpp
linker_sleb128.h
linker_soinfo.cpp dynamic linker is running for init 2018-06-08 14:50:14 +09:00
linker_soinfo.h Fix linker's _r_debug (gdb) info 2018-08-21 17:20:07 -07:00
linker_utils.cpp Fix normalize_path's handling of "/.." 2018-10-08 13:27:16 -07:00
linker_utils.h dynamic linker is running for init 2018-06-08 14:50:14 +09:00
linker_wrapper.cpp Rework the linker_wrapper to work with lld 2018-10-22 22:52:25 +00:00
rt.cpp