summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* bionic: Update virtual memory map as mmap area is moved with 2G VM splitAjay Dudani2009-10-022-3/+3
* Bionic/linker: Add flag to mmap system call to use the specified address for ...Chandan Uddaraju2009-09-101-1/+1
* Merge commit 'quic/korg/donut' into qcom_aospAmar Singhal2009-08-101-43/+54
|\
| * 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
* | Merge commit 'quic/korg/donut' into donutShilpa Gopal2009-08-036-95/+309
|\ \ | |/
| * 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
* | bionic: Update virtual memory support 2G/2G splitChandan Uddaraju2009-06-292-3/+3
|/
* 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