summaryrefslogtreecommitdiffstats
path: root/linker/dlfcn.c
Commit message (Expand)AuthorAgeFilesLines
* Fix dlerror(3).Elliott Hughes2012-10-111-263/+0
* Revert dl_fbase initialization to the address where the shared object is loaded.Raghu Gandham2012-09-251-1/+2
* Fix dlsym and dladdr to use load_bias instead of baseRaghu Gandham2012-09-211-3/+3
* More cleanup.Elliott Hughes2012-08-141-6/+4
* MIPS support to the linkerRaghu Gandham2012-08-021-3/+3
* linker: small code-cleanupDavid 'Digit' Turner2012-06-131-4/+4
* am 49a05c06: am 62daffe1: am f9c5afb1: Merge "Redesign dlopen() locks to be r...Jean-Baptiste Queru2012-02-231-1/+1
|\
| * Redesign dlopen() locks to be recursive per thread.Pavel Chupin2012-02-211-1/+1
* | am 5d7181a7: am 68fc85ff: am 177a7706: linker: fix x86 buildDavid 'Digit' Turner2012-02-011-1/+1
|\ \ | |/
| * linker: fix x86 buildDavid 'Digit' Turner2012-02-011-1/+1
* | Merge c4cb87f3Jean-Baptiste Queru2012-02-011-13/+0
|\ \ | |/
| * remove obsolete SuperH supportDavid 'Digit' Turner2012-01-311-13/+0
* | Execute .preinit_array before any shared object initialization functions.Evgeniy Stepanov2012-01-101-0/+1
|/
* fix prototype of dladdrMathias Agopian2011-09-281-1/+1
* merge from open-source masterThe Android Open Source Project2010-04-211-2/+8
|\
| * Fixed support for RTLD_NEXT in dlsym()Matt Fischer2010-04-081-2/+8
* | merge from open-source masterThe Android Open Source Project2010-03-221-14/+50
|\ \ | |/
| * Added support for dladdr()Matt Fischer2010-03-171-14/+50
| * merge from open-source masterJean-Baptiste Queru2009-11-081-0/+12
| |\
* | | Fix debug output in the dynamic linker.David 'Digit' Turner2010-02-111-1/+2
* | | merge from open-source masterJean-Baptiste Queru2009-11-091-0/+12
|\ \ \ | |/ / |/| / | |/
| * added and modified linker to support SuperH architectureShin-ichiro KAWASAKI2009-11-061-0/+12
* | bionic/linker: change lookup() to return soinfo, not baseIliyan Malchev2009-09-291-6/+6
|/
* linker: Make the errors reported by dlopen/dlsym be more useful.Dima Zavin2009-05-271-17/+26
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+212
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-212/+0
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+212