android_bionic/linker
Dmitriy Ivanov aa0f2bdbc2 Fix dlsym(3) to do breadth first search.
dlsym(3) with handle != RTLD_DEFAULT|RTLD_NEXT performs
  breadth first search through the dependency tree.

Bug: 16653281
Change-Id: I017a6975d1a62abb0218a7eb59ae4deba458e324
2014-07-29 14:35:13 -07:00
..
arch Fix mips/mips64 build 2014-07-28 21:03:17 -07:00
tests Fix dlsym(3) to do breadth first search. 2014-07-29 14:35:13 -07:00
Android.mk
MODULE_LICENSE_APACHE2
NOTICE
debugger.cpp debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping 2014-07-23 15:48:49 -07:00
dlfcn.cpp Fix dlsym(3) to do breadth first search. 2014-07-29 14:35:13 -07:00
linked_list.h Fix dlsym(3) to do breadth first search. 2014-07-29 14:35:13 -07:00
linker.cpp Fix dlsym(3) to do breadth first search. 2014-07-29 14:35:13 -07:00
linker.h Fix dlsym(3) to do breadth first search. 2014-07-29 14:35:13 -07:00
linker_allocator.cpp Fix global variable initialization for linker 2014-07-24 15:33:25 -07:00
linker_allocator.h Fix global variable initialization for linker 2014-07-24 15:33:25 -07:00
linker_debug.h
linker_environ.cpp
linker_environ.h
linker_executable.mk
linker_phdr.cpp
linker_phdr.h
rt.cpp