OSDN Git Service

Add RTLD_NODELETE flag support
authorDmitriy Ivanov <dimitry@google.com>
Mon, 19 May 2014 22:06:58 +0000 (15:06 -0700)
committerDmitriy Ivanov <dimitry@google.com>
Sat, 1 Nov 2014 00:04:00 +0000 (17:04 -0700)
commitc87f65d2cd0690d81665f8b241c1d763f72b6f80
tree3b2aa8f9f5db41455b221109c33d8f20f85778b5
parent210ff1b27b67bd2aa29b35a46f48430b7714a802
Add RTLD_NODELETE flag support

Bug: 18186310
Bug: https://code.google.com/p/android/issues/detail?id=64069

(cherry picked from commit 1b20dafdbe65e43b9f4c95057e8482380833ea91)

Change-Id: Ic02eec22a7c322ece65eb40730a3404f611526b1
libc/include/dlfcn.h
linker/linker.cpp
linker/linker.h
tests/dlfcn_test.cpp
tests/libs/Android.mk
tests/libs/dlopen_nodelete_1.cpp [new file with mode: 0644]
tests/libs/dlopen_nodelete_2.cpp [new file with mode: 0644]
tests/libs/dlopen_nodelete_dt_flags_1.cpp [new file with mode: 0644]