Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bionic/linker: change lookup() to return soinfo, not base | Iliyan Malchev | 2009-09-29 | 1 | -6/+6 |
| | |||||
* | linker: Make the errors reported by dlopen/dlsym be more useful. | Dima Zavin | 2009-05-27 | 1 | -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/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -0/+212 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 1 | -212/+0 |
| | |||||
* | Initial Contributionandroid-1.0 | The Android Open Source Project | 2008-10-21 | 1 | -0/+212 |