android_bionic/linker
Dmitriy Ivanov 19656ce537 General purpose memory allocator for linker.
Add basic general purpose memory allocator to
 linker in order to enable usage of other libraries
 like libziparchive.

Change-Id: I4a680ebb36ed5ba67c61249f81dba9f567808434
2015-03-16 11:19:53 -07:00
..
arch
tests General purpose memory allocator for linker. 2015-03-16 11:19:53 -07:00
Android.mk General purpose memory allocator for linker. 2015-03-16 11:19:53 -07:00
MODULE_LICENSE_APACHE2
NOTICE
debugger.cpp Only one crashing thread should contact debuggerd. 2015-01-28 16:20:26 -08:00
dlfcn.cpp Add missing includes. 2015-01-28 19:23:11 -08:00
linked_list.h
linker.cpp General purpose memory allocator for linker. 2015-03-16 11:19:53 -07:00
linker.h Store fields for gnu_hash separately 2015-03-09 21:01:01 +00:00
linker_allocator.cpp General purpose memory allocator for linker. 2015-03-16 11:19:53 -07:00
linker_allocator.h General purpose memory allocator for linker. 2015-03-16 11:19:53 -07:00
linker_block_allocator.cpp Rename LinkerAllocator and LinkerAllocatorPage 2015-03-10 15:43:50 -07:00
linker_block_allocator.h General purpose memory allocator for linker. 2015-03-16 11:19:53 -07:00
linker_debug.h
linker_environ.cpp Add missing includes. 2015-01-28 19:23:11 -08:00
linker_environ.h
linker_leb128.h Add support for packed relocations. 2015-03-06 17:12:47 -08:00
linker_libc_support.c
linker_memory.cpp General purpose memory allocator for linker. 2015-03-16 11:19:53 -07:00
linker_mips.cpp Add support for packed relocations. 2015-03-06 17:12:47 -08:00
linker_phdr.cpp Add support for packed relocations. 2015-03-06 17:12:47 -08:00
linker_phdr.h Enable -Wold-style-cast warnings for linker 2015-01-22 16:33:30 -08:00
linker_reloc_iterators.h Add support for packed relocations. 2015-03-06 17:12:47 -08:00
linker_relocs.h
rt.cpp