summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Collapse)AuthorAgeFilesLines
* Fix the parsing of the .fini_array in the dynamic linker (it should happen ↵David 'Digit' Turner2009-05-262-24/+148
| | | | | | | in reverse order). Also add a small design overview document for the linker. The latter contains details on how the initialization/finalization is supposed to work.
* linker: Compute symbol name before lookup so we can also use it for error msgDima Zavin2009-05-121-2/+2
| | | | Signed-off-by: Dima Zavin <dima@android.com>
* Increase the limit of loaded shared libraries from 64 to 96 This change is ↵James Dong2009-04-301-1/+1
| | | | | | required for OpenCORE 2.0 This is the same as Change 71 in master branch.
* 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