aboutsummaryrefslogtreecommitdiffstats
path: root/linker/linker.c
Commit message (Expand)AuthorAgeFilesLines
* add /vendor supportBrian Swetland2010-09-191-1/+1
* linker: fix overwriting the real linker error stringDima Zavin2010-08-171-1/+1
* linker: Support dlopen(NULL, ...) properly.David 'Digit' Turner2010-07-231-1/+12
* fix buildJean-Baptiste Queru2010-05-121-1/+1
* merge from open-source masterThe Android Open Source Project2010-05-121-0/+65
|\
| * Added support for LD_PRELOADMatt Fischer2010-05-101-0/+65
* | merge from open-source masterThe Android Open Source Project2010-04-211-2/+6
|\|
| * Fixed support for RTLD_NEXT in dlsym()Matt Fischer2010-04-081-2/+6
* | merge from open-source masterThe Android Open Source Project2010-03-311-1/+1
|\|
| * linker: fix the undefined weak symbols issueMin-su, Kim2010-03-291-1/+1
* | merge from open-source masterThe Android Open Source Project2010-03-221-0/+34
|\|
| * Added support for dladdr()Matt Fischer2010-03-171-0/+34
| * am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-021-0/+7
| |\
| | * Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-12-021-0/+7
| * | merge from open-source masterJean-Baptiste Queru2009-11-081-1/+130
| |\ \
| * \ \ am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclairIliyan Malchev2009-10-231-6/+18
| |\ \ \ | | | |/ | | |/|
| * | | am ff7b46b8: Merge change I3c998761 into eclairDavid 'Digit' Turner2009-10-161-3/+7
| |\ \ \
* | | | | Fix debug output in the dynamic linker.David 'Digit' Turner2010-02-111-3/+4
* | | | | bionic/linker: rename ba_prelink to ba_nonprelinkIliyan Malchev2010-02-101-11/+11
* | | | | am ebf3ea00: am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-11-171-0/+7
|\ \ \ \ \
| * \ \ \ \ am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-11-171-0/+7
| |\ \ \ \ \
| | * | | | | Add support for R_ARM_REL32 to the dynamic linker.David 'Digit' Turner2009-11-171-0/+7
| | | |_|/ / | | |/| | |
* | | | | | am 83362689: merge from open-source masterJean-Baptiste Queru2009-11-091-1/+130
|\| | | | |
| * | | | | merge from open-source masterJean-Baptiste Queru2009-11-091-1/+130
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | added and modified linker to support SuperH architectureShin-ichiro KAWASAKI2009-11-061-1/+130
* | | | | | 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-231-6/+18
|\| | | | |
| * | | | | am 70bba516: am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclairIliyan Malchev2009-10-231-6/+18
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | bionic/linker: make the buddy allocator compute max_order on its ownIliyan Malchev2009-10-191-1/+1
| | * | | | bionic/linker: change the buddy allocator to take a handle to the managed areaIliyan Malchev2009-10-191-6/+18
| | | |_|/ | | |/| |
* | / | | Clean up some linker code.Doug Kwan2009-10-231-23/+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-291-2/+2
* | 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-271-42/+71
* Fix the parsing of the .fini_array in the dynamic linker (it should happen in...David 'Digit' Turner2009-05-261-24/+34
* 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