android_bionic/linker
Dimitry Ivanov b943f303a2 Move android_namespace_t to a separate file.
Breaking up huge linker.cpp into smaller peaces
in order to make it easier to extract part of the
code that belongs to libdl.so and remove parts of
the code that do not belong to linker

(refactoring part 1 of many)

Change-Id: I57ac36677a815800dc127c8c45c3ea806c37e247
Test: bionic-unit-tests --gtest_filter=dl*:Dl*
2016-08-08 16:12:52 -07:00
..
arch
tests
Android.bp Move android_namespace_t to a separate file. 2016-08-08 16:12:52 -07:00
Android.mk Convert linker from Android.mk to Android.bp 2016-07-15 13:39:29 -07:00
MODULE_LICENSE_APACHE2
NOTICE Regenerate NOTICE files. 2016-05-16 17:46:00 -07:00
dlfcn.cpp Sync linker with internal branch 2016-08-01 19:47:27 +00:00
linked_list.h
linker.cpp Move android_namespace_t to a separate file. 2016-08-08 16:12:52 -07:00
linker.h Move android_namespace_t to a separate file. 2016-08-08 16:12:52 -07: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_block_allocator.h
linker_common_types.h Move android_namespace_t to a separate file. 2016-08-08 16:12:52 -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
linker_gdb_support.h
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_mapped_file_fragment.cpp
linker_mapped_file_fragment.h
linker_memory.cpp
linker_mips.cpp Sync linker with internal branch 2016-08-01 19:47:27 +00:00
linker_namespaces.cpp Move android_namespace_t to a separate file. 2016-08-08 16:12:52 -07:00
linker_namespaces.h Move android_namespace_t to a separate file. 2016-08-08 16:12:52 -07:00
linker_phdr.cpp Add sanity checks for e_shentsize and e_shstrndx 2016-07-22 12:53:28 -07:00
linker_phdr.h
linker_reloc_iterators.h
linker_relocs.h
linker_sdk_versions.cpp
linker_sleb128.h
linker_utils.cpp Sync linker with internal branch 2016-08-01 19:47:27 +00:00
linker_utils.h
rt.cpp