android_bionic/linker
Ryan Prichard a04764bd28 Merge changes I578d36a1,Id17508ab,I385f312b
* changes:
  Create linker_log[_va_list] functions
  Validate defined versions in prelink_image
  Prelink each library only once
2020-01-10 22:21:15 +00:00
..
arch Make tls related header files platform accessible. 2019-09-27 12:14:24 -07:00
Android.bp Create linker_log[_va_list] functions 2020-01-06 16:06:37 -08:00
MODULE_LICENSE_APACHE2 Move libdl and linker to static NOTICE files. 2019-04-19 14:18:07 -07:00
NOTICE Make the linker NOTICE file match the linker source. 2019-12-20 12:29:39 -08:00
dlfcn.cpp Cleanup linker unwinder integration 2019-10-16 04:20:23 +00:00
ld.config.format.md Fix some typos in the linker configuration file format documentation. 2019-08-07 18:45:45 +01:00
ld_android.cpp
ldd ldd: slightly improve error message. 2019-06-27 13:50:31 -07:00
linked_list.h
linked_list_test.cpp
linker.arm.map
linker.cpp Merge changes I578d36a1,Id17508ab,I385f312b 2020-01-10 22:21:15 +00:00
linker.generic.map
linker.h Validate defined versions in prelink_image 2020-01-06 16:06:37 -08:00
linker_block_allocator.cpp
linker_block_allocator.h
linker_block_allocator_test.cpp
linker_cfi.cpp Validate defined versions in prelink_image 2020-01-06 16:06:37 -08:00
linker_cfi.h
linker_common_types.h
linker_config.cpp Replace LIB_PATH macro with kLibPath 2019-12-04 13:31:56 -08:00
linker_config.h Replace LIB_PATH macro with kLibPath 2019-12-04 13:31:56 -08:00
linker_config_test.cpp
linker_debug.cpp Create linker_log[_va_list] functions 2020-01-06 16:06:37 -08:00
linker_debug.h Create linker_log[_va_list] functions 2020-01-06 16:06:37 -08:00
linker_debuggerd.h Refactor linker/Android.bp for native-bridge 2019-11-05 13:37:29 -08:00
linker_debuggerd_android.cpp Refactor linker/Android.bp for native-bridge 2019-11-05 13:37:29 -08:00
linker_debuggerd_stub.cpp Refactor linker/Android.bp for native-bridge 2019-11-05 13:37:29 -08:00
linker_dlwarning.cpp
linker_dlwarning.h
linker_gdb_support.cpp
linker_gdb_support.h
linker_globals.cpp
linker_globals.h Add more linker debug log. 2019-09-05 12:00:25 +00:00
linker_libc_support.c
linker_libcxx_support.cpp
linker_logger.cpp
linker_logger.h
linker_main.cpp linker: avoid -O0 memset while clearing temp_tcb 2019-11-05 14:56:09 -08:00
linker_main.h
linker_mapped_file_fragment.cpp
linker_mapped_file_fragment.h
linker_memory.cpp
linker_mips.cpp
linker_namespaces.cpp
linker_namespaces.h Don't create anonymous namespace 2019-08-08 16:02:15 +09:00
linker_phdr.cpp Stop using the __ANDROID_API_x__ constants. 2019-12-20 13:26:14 -08:00
linker_phdr.h Fix DLEXT_WRITE_RELRO when loading multiple libs. 2019-04-02 18:06:12 -04:00
linker_reloc_iterators.h
linker_relocs.h Factor out R_GENERIC_COPY 2019-10-18 12:44:01 -07:00
linker_sdk_versions.cpp Reland "fdsan: make fatal by default." 2019-08-20 17:59:14 -07:00
linker_sleb128.h
linker_sleb128_test.cpp
linker_soinfo.cpp Validate defined versions in prelink_image 2020-01-06 16:06:37 -08:00
linker_soinfo.h Validate defined versions in prelink_image 2020-01-06 16:06:37 -08:00
linker_test_globals.cpp
linker_tls.cpp
linker_tls.h
linker_utils.cpp Don't resolve already resolved paths when parsing ld.config.txt 2019-05-17 10:09:13 +09:00
linker_utils.h Don't resolve already resolved paths when parsing ld.config.txt 2019-05-17 10:09:13 +09:00
linker_utils_test.cpp
linker_wrapper.cpp
rt.cpp