summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* bionic: Adjust stack and linker based on target specific VM splitNaseer Ahmed2010-07-062-1/+10
* merge from open-source masterThe Android Open Source Project2010-03-223-14/+86
|\
| * Added support for dladdr()Matt Fischer2010-03-173-14/+86
| * am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-022-6/+14
| |\
| | * Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-022-6/+14
| * | merge from open-source masterJean-Baptiste Queru2009-11-085-4/+224
| |\ \
| * \ \ am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclairIliyan Malchev2009-10-233-61/+70
| |\ \ \ | | | |/ | | |/|
| * | | am ff7b46b8: Merge change I3c998761 into eclairDavid 'Digit' Turner2009-10-161-3/+7
| |\ \ \
* | | | | Fix debug output in the dynamic linker.David 'Digit' Turner2010-02-117-15/+809
* | | | | bionic/linker: rename ba_prelink to ba_nonprelinkIliyan Malchev2010-02-101-11/+11
* | | | | Fix typo in a comment.Doug Kwan2010-01-251-1/+1
* | | | | Align TEXT section to 4K boundary so that we can use both ld and gold.Doug Kwan2010-01-251-1/+6
* | | | | Use correct TLS codepath for linkerGary King2010-01-121-1/+5
* | | | | am ebf3ea00: am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-11-172-6/+14
|\ \ \ \ \
| * \ \ \ \ am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-11-172-6/+14
| |\ \ \ \ \
| | * | | | | Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-11-172-6/+14
* | | | | | | am 83362689: merge from open-source masterJean-Baptiste Queru2009-11-095-4/+224
|\| | | | | |
| * | | | | | merge from open-source masterJean-Baptiste Queru2009-11-095-4/+224
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | added and modified linker to support SuperH architectureShin-ichiro KAWASAKI2009-11-065-4/+224
* | | | | | | Add weak symbol support. Also fix a bug caused by a typo.Doug Kwan2009-10-261-21/+71
* | | | | | | am 9e78de3e: am 70bba516: am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into...Iliyan Malchev2009-10-233-61/+70
|\| | | | | |
| * | | | | | am 70bba516: am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclairIliyan Malchev2009-10-233-61/+70
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclairIliyan Malchev2009-10-233-61/+70
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | 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
| | | | |_|/ | | | |/| |
* | | / | | Clean up some linker code.Doug Kwan2009-10-231-23/+14
|/ / / / /
* | | | | am eeaf6544: Merge change I7934a799 into eclair-mr2David 'Digit' Turner2009-10-191-3/+14
|\| | | |
| * | | | Merge change I7934a799 into eclair-mr2Android (Google) Code Review2009-10-191-3/+14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Prevent spurious EINTR to freeze process debuggingDavid 'Digit' Turner2009-10-161-3/+14
* | | | | am 8213d5c3: am ff7b46b8: Merge change I3c998761 into eclairDavid 'Digit' Turner2009-10-161-3/+7
|\| | | | | |_|_|/ |/| | |
| * | | Allow the dynamic linker to relocate references to thumb symbols in NDK libra...David 'Digit' Turner2009-10-131-3/+7
| |/ /
* | | merge from open-source masterJean-Baptiste Queru2009-10-141-0/+1
|\ \ \ | |/ / |/| / | |/
| * Fill l_ld of linkmaps with value from soinfo::dynamic.Thinker K.F Li2009-09-151-0/+1
* | 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