platform_bionic/linker
Dmitriy Ivanov b28ffc7744 linker: Switch to clang
x86_64 gcc exports malloc/free and co functions because they
are defined with visibility "default" somewhere in gcc builtins;
and vector d-tors for some reason. Switching to clang fixes
this problem.

Bug: http://b/24785482
Change-Id: I741503b4b446523e7ff3fb16de13ed99991fd0c0
2015-10-12 18:20:26 -07:00
..
arch Fix mips/mips64 build 2014-07-28 21:03:17 -07:00
tests Make dt_runpath work for libraries opened from apk 2015-10-07 11:44:53 -07:00
Android.mk linker: Switch to clang 2015-10-12 18:20:26 -07:00
debugger.cpp Stop sending SIGPIPE to debuggerd. 2015-07-29 22:24:13 -07:00
dlfcn.cpp Fix potential race condition on dlopen 2015-07-17 10:36:10 -07:00
linked_list.h Support symbol versioning 2015-04-16 17:57:30 -07:00
linker.cpp Move VDSO pointers to a shared globals struct. 2015-10-09 15:59:04 -07:00
linker.h Fix bug number for linker related workarounds 2015-09-28 10:31:12 -07: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 Simplify three copyright headers. 2015-05-12 10:10:01 -07:00
linker_libc_support.c Add a dummy atexit(3) to the linker. 2014-09-24 10:26:41 -07:00
linker_memory.cpp General purpose memory allocator for linker. 2015-03-16 11:19:53 -07:00
linker_mips.cpp Fix mips FP abi bug in the linker. 2015-09-17 15:17:06 -07:00
linker_phdr.cpp Fix a mistype in segment overrange checking 2015-08-20 01:06:42 +03:00
linker_phdr.h A special linker for ASan executables. 2015-07-14 16:12:27 -07:00
linker_reloc_iterators.h Fix long lines and replace macros with functions. 2015-03-31 11:49:25 -07:00
linker_relocs.h Refactor soinfo::relocate 2015-01-09 14:57:53 -08:00
linker_sdk_versions.cpp Improve library lookup logic 2015-06-17 17:16:44 -07:00
linker_sleb128.h Always use signed leb128 decoder 2015-04-22 13:29:42 -07:00
linker_utils.cpp Make dt_runpath work for libraries opened from apk 2015-10-07 11:44:53 -07:00
linker_utils.h Make dt_runpath work for libraries opened from apk 2015-10-07 11:44:53 -07:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE Regenerate NOTICE files. 2015-08-28 20:23:52 -07:00
rt.cpp More dynamic linker cleanup. 2012-10-30 16:35:38 -07:00