summaryrefslogtreecommitdiffstats
path: root/linker/dlfcn.c
Commit message (Collapse)AuthorAgeFilesLines
* bionic/linker: change lookup() to return soinfo, not baseIliyan Malchev2009-09-291-6/+6
|
* linker: Make the errors reported by dlopen/dlsym be more useful.Dima Zavin2009-05-271-17/+26
| | | | | | | | | | | | | Changed it so that when the linker generates error messages, they are scribbled away into a buffer that dlfcn and friends can read from. Since the error messages are generetad with snprintf, and snprintf MAY call malloc during some code paths, we now link against a version of libc that does not contain malloc/free/realloc/calloc. We then define malloc and friends in the dynamic loader, and make them abort() if they are ever called. Signed-off-by: Dima Zavin <dima@android.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+212
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-212/+0
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+212