android_bionic/linker
Elliott Hughes 42d949ff9d Defend against -fstack-protector in libc startup.
Exactly which functions get a stack protector is up to the compiler, so
let's separate the code that sets up the environment stack protection
requires and explicitly build it with -fno-stack-protector.

Bug: http://b/26276517
Change-Id: I8719e23ead1f1e81715c32c1335da868f68369b5
2016-01-06 20:06:08 -08:00
..
arch
tests Add permitted_when_isolated_path to linker namespaces 2015-12-09 13:54:01 -08:00
Android.mk Introducing linker namespaces 2015-11-15 12:09:16 -08:00
MODULE_LICENSE_APACHE2
NOTICE
debugger.cpp
dlfcn.cpp linker: implement shared namespaces 2015-12-19 23:38:27 -08:00
linked_list.h Introducing linker namespaces 2015-11-15 12:09:16 -08:00
linker.cpp Defend against -fstack-protector in libc startup. 2016-01-06 20:06:08 -08:00
linker.h linker: implement shared namespaces 2015-12-19 23:38:27 -08:00
linker_allocator.cpp
linker_allocator.h
linker_block_allocator.cpp
linker_block_allocator.h
linker_debug.h linker: implement shared namespaces 2015-12-19 23:38:27 -08:00
linker_libc_support.c
linker_mapped_file_fragment.cpp Move some utility functions to linker_utils 2015-11-20 21:37:51 +00:00
linker_mapped_file_fragment.h
linker_memory.cpp
linker_mips.cpp
linker_phdr.cpp Handling invalid section headers 2015-11-22 23:25:06 -08:00
linker_phdr.h Handling invalid section headers 2015-11-22 23:25:06 -08:00
linker_reloc_iterators.h
linker_relocs.h
linker_sdk_versions.cpp
linker_sleb128.h
linker_utils.cpp Add permitted_when_isolated_path to linker namespaces 2015-12-09 13:54:01 -08:00
linker_utils.h Add permitted_when_isolated_path to linker namespaces 2015-12-09 13:54:01 -08:00
rt.cpp