bionic/linker
Elliott Hughes 611f95689e Add a log message to make the transition from linker to user code clear.
Handy when looking at strace output for seeing "where does my code start?",
though you'll need to set LD_DEBUG=1 (or greater) and constructors will
already have run (but you can set LD_DEBUG to a higher value to track that).

Change-Id: I82d53a7123b39febf5b2a956de83c8a30f229651
2015-01-23 10:43:58 -08:00
..
arch Fix mips/mips64 build 2014-07-28 21:03:17 -07:00
tests Load libraries in breadth-first order 2014-09-08 13:02:50 -07:00
Android.mk Enable -Wold-style-cast warnings for linker 2015-01-22 16:33:30 -08:00
debugger.cpp Enable -Wold-style-cast warnings for linker 2015-01-22 16:33:30 -08:00
dlfcn.cpp Merge "Count references for groups instead of instances" 2014-12-02 19:10:04 +00:00
linked_list.h Count references for groups instead of instances 2014-12-02 10:54:26 -08:00
linker_allocator.cpp Label pages mapped by linker_allocator 2014-08-11 09:22:48 -07:00
linker_allocator.h Fix global variable initialization for linker 2014-07-24 15:33:25 -07:00
linker_debug.h Refactoring: move mips reloc to separate method 2015-01-14 18:03:19 -08:00
linker_environ.cpp Replace NULL with nullptr 2014-08-29 14:13:48 -07:00
linker_environ.h Replace NULL with nullptr 2014-08-29 14:13:48 -07:00
linker_libc_support.c Add a dummy atexit(3) to the linker. 2014-09-24 10:26:41 -07:00
linker_mips.cpp Refactoring: move mips reloc to separate method 2015-01-14 18:03:19 -08:00
linker_phdr.cpp Enable -Wold-style-cast warnings for linker 2015-01-22 16:33:30 -08:00
linker_phdr.h Enable -Wold-style-cast warnings for linker 2015-01-22 16:33:30 -08:00
linker_relocs.h Refactor soinfo::relocate 2015-01-09 14:57:53 -08:00
linker.cpp Add a log message to make the transition from linker to user code clear. 2015-01-23 10:43:58 -08:00
linker.h Refactoring: move mips reloc to separate method 2015-01-14 18:03:19 -08:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files. 2014-07-22 21:29:00 -07:00
rt.cpp More dynamic linker cleanup. 2012-10-30 16:35:38 -07:00