aboutsummaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-022-6/+14
* bionic/linker: make the buddy allocator compute max_order on its ownIliyan Malchev2009-10-192-1/+8
* bionic/linker: change the buddy allocator to take a handle to the managed areaIliyan Malchev2009-10-193-62/+64
* Allow the dynamic linker to relocate references to thumb symbols in NDK libra...David 'Digit' Turner2009-10-131-3/+7
* bionic/linker: allow resolving of symbols from library back to executableIliyan Malchev2009-09-291-0/+25
* bionic/linker: change lookup() to return soinfo, not baseIliyan Malchev2009-09-293-9/+9
* Revert "Revert "bionic/linker: fix symbol lookup during relocations""Iliyan Malchev2009-09-291-26/+74
* Revert "bionic/linker: fix symbol lookup during relocations"Mathias Agopian2009-09-271-74/+26
* bionic/linker: fix symbol lookup during relocationsIliyan Malchev2009-09-271-26/+74
* bionic: linker: add error message if link failed due to previous errorErik Gilling2009-08-131-1/+4
* bionic/linker: keep track of opened libraries by basenameandroid-sdk-tools_r2android-sdk-1.6_r2android-sdk-1.6_r1android-sdk-1.6-docs_r1android-1.6_r2android-1.6_r1.5android-1.6_r1.4android-1.6_r1.3android-1.6_r1.2android-1.6_r1.1android-1.6_r1Erik Gilling2009-07-281-2/+6
* linker: remove newlines from DL_ERR so that dlerror works correctlyErik Gilling2009-07-221-34/+34
* Pass the elfdata pointer in a slot of the temporary TLS area.David 'Digit' Turner2009-07-171-7/+14
* Add LD_LIBRARY_PATH support to bionic's linkerDavid Bartley2009-06-151-4/+52
* linker: Give more context for failures during library dependency resolution.Dima Zavin2009-06-011-1/+4
* linker: Make the errors reported by dlopen/dlsym be more useful.Dima Zavin2009-05-275-67/+106
* Fix the parsing of the .fini_array in the dynamic linker (it should happen in...David 'Digit' Turner2009-05-262-24/+148
* linker: Compute symbol name before lookup so we can also use it for error msgDima Zavin2009-05-121-2/+2
* Increase the limit of loaded shared libraries from 64 to 96 This change is re...James Dong2009-04-301-1/+1
* Automated import from //branches/donutburger/...@140950,140950Iliyan Malchev2009-03-241-15/+38
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0313-0/+3026
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0311-2802/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-036-306/+82
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-026-82/+306
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-3/+15
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-107-1/+199
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-152-1/+7
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-173-22/+40
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-2111-0/+2568