summaryrefslogtreecommitdiffstats
path: root/libc/include/dlfcn.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Add RTLD_NODELETE flag support""Dmitriy Ivanov2014-11-041-0/+1
| | | | This reverts commit 69c5d108a5cb44167a04d42ffdad6a39648ed235.
* Revert "Add RTLD_NODELETE flag support"Dmitriy Ivanov2014-11-031-1/+0
| | | | | | | | This reverts commit c87f65d2cd0690d81665f8b241c1d763f72b6f80. Bug: 18222321 Bug: 18211780 Change-Id: I00252e26a28a41ab9f1e2dd3b32f0f80d86297f1
* Add RTLD_NODELETE flag supportDmitriy Ivanov2014-10-311-0/+1
| | | | | | | | | Bug: 18186310 Bug: https://code.google.com/p/android/issues/detail?id=64069 (cherry picked from commit 1b20dafdbe65e43b9f4c95057e8482380833ea91) Change-Id: Ic02eec22a7c322ece65eb40730a3404f611526b1
* Add RTLD_NOLOAD support and some related changes.Dmitriy Ivanov2014-05-201-0/+14
| | | | | | | | | | | | * Aligned RTLD_ values with glibc for lp64 * dlopen supports RTLD_NOLOAD flag * soinfo_unload calls find_library(.., RTLD_NOLOAD) instead of naive find_loaded_library_by_name() * dlopen changed to add child to caller soinfo instead of somain. Bug: https://code.google.com/p/android/issues/detail?id=64069 Change-Id: I1a65f2c34f3e0edc6d2c41a2e408b58195feb640
* fix prototype of dladdrMathias Agopian2011-09-281-1/+1
| | | | | | this breaks C++ source code in particular. Change-Id: Ie06b5d31d23b5455e6950c470adc64dd5e7784df
* Added support for dladdr()Matt Fischer2010-03-171-0/+12
| | | | | | | | dladdr() is a GNU extension function, which allows the caller to retrieve symbol information for a specified memory address. It is useful for things like generating backtrace information at runtime. Change-Id: I3a1def1a6c9c666d93e1e97b7d260dfa5b9b79a9
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+55
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-55/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+55