android_bionic/linker
Treehugger Robot bd839d100d Merge changes from topic 'ndk-headers-licenses'
* changes:
  Add license to ndk_headers modules.
  One NOTICE file to rule them all.
2016-10-20 22:12:40 +00:00
..
arch
tests Extract soinfo and globals to separate files. 2016-08-08 16:12:53 -07:00
Android.bp linker: Refactoring step 3 of many 2016-09-13 13:38:58 -07:00
Android.mk Convert linker from Android.mk to Android.bp 2016-07-15 13:39:29 -07:00
MODULE_LICENSE_APACHE2
dlfcn.cpp dlerror returns char*, not const char*. 2016-08-11 15:02:45 -07:00
linked_list.h linker: hide the pointer to soinfo 2016-03-28 13:15:40 -07:00
linker.cpp Add test for libraries with textrels 2016-10-19 14:21:42 -07:00
linker.h Don't warn about DT_FLAGS_1 containing DF_1_PIE 2016-08-19 21:57:12 +02:00
linker_allocator.cpp Improvements to initialization of linker_allocator 2016-07-29 14:05:39 -07:00
linker_allocator.h Improvements to initialization of linker_allocator 2016-07-29 14:05:39 -07:00
linker_block_allocator.cpp linker: align allocated blocks to 16 bytes 2016-01-21 14:28:33 -08:00
linker_block_allocator.h
linker_common_types.h Extract soinfo and globals to separate files. 2016-08-08 16:12:53 -07:00
linker_debug.h
linker_dlwarning.cpp Sync linker with internal branch 2016-08-01 19:47:27 +00:00
linker_dlwarning.h Sync linker with internal branch 2016-08-01 19:47:27 +00:00
linker_gdb_support.cpp Move gdb support functions to a separate file 2016-02-18 12:32:56 -08:00
linker_gdb_support.h Move gdb support functions to a separate file 2016-02-18 12:32:56 -08:00
linker_globals.cpp Extract soinfo and globals to separate files. 2016-08-08 16:12:53 -07:00
linker_globals.h Check alignment along with range of mapped file fragments 2016-08-10 10:52:55 -07:00
linker_libc_support.c
linker_logger.cpp Pass argc/argv/envp to dso constructors 2016-07-20 16:10:19 -07:00
linker_logger.h Pass argc/argv/envp to dso constructors 2016-07-20 16:10:19 -07:00
linker_main.cpp linker: Refactoring step 3 of many 2016-09-13 13:38:58 -07:00
linker_main.h linker: Refactoring step 3 of many 2016-09-13 13:38:58 -07:00
linker_mapped_file_fragment.cpp
linker_mapped_file_fragment.h
linker_memory.cpp
linker_mips.cpp linker: fix mips build 2016-08-09 06:58:55 -07:00
linker_namespaces.cpp Move android_namespace_t to a separate file. 2016-08-08 16:12:52 -07:00
linker_namespaces.h Extract soinfo and globals to separate files. 2016-08-08 16:12:53 -07:00
linker_phdr.cpp linker: disallow W + E PT_LOAD segments 2016-08-11 17:24:47 -07:00
linker_phdr.h Check alignment along with range of mapped file fragments 2016-08-10 10:52:55 -07:00
linker_reloc_iterators.h
linker_relocs.h
linker_sdk_versions.cpp
linker_sleb128.h linker: Add unit-test for sleb128_decoder 2016-04-05 16:42:17 -07:00
linker_soinfo.cpp Extract soinfo and globals to separate files. 2016-08-08 16:12:53 -07:00
linker_soinfo.h linker: Refactoring step 3 of many 2016-09-13 13:38:58 -07:00
linker_utils.cpp Silently ignore empty path elements 2016-09-07 14:48:27 -07:00
linker_utils.h Extract soinfo and globals to separate files. 2016-08-08 16:12:53 -07:00
rt.cpp