summaryrefslogtreecommitdiffstats
path: root/linker/dlfcn.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add android_dlopen_ext() interface to linker.Torne (Richard Coles)2014-04-171-11/+18
* Clean up all the lint cpplint can find in the dynamic linker.Elliott Hughes2014-02-111-2/+2
* [MIPS64] Dynamic linkerChris Dearman2014-02-111-1/+1
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-19/+13
* bionic: rename aarch64 target to arm64Colin Cross2014-01-231-1/+1
* Make it possible for code to query the dynamic linker's default search path.Elliott Hughes2014-01-131-38/+37
* AArch64: Linker64 support for AArch64Marcus Oakland2013-12-171-2/+2
* Don't allow text relocations on 64-bit.Elliott Hughes2013-10-281-0/+2
* Clean up linker architecture macros.Elliott Hughes2013-10-281-7/+7
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-3/+3
* Fix __errno for LP64 and clean up __get_tls.Elliott Hughes2013-10-091-2/+1
* Use C99 structure initializer designator style.Elliott Hughes2013-10-081-44/+48
* x86_64 linker.Elliott Hughes2013-10-081-24/+72
* Remove 32-bit assumptions from the ELF code.Elliott Hughes2013-09-301-2/+2
* Add the dl_iterate_phdr function to libdl for arm.Christopher Ferris2013-09-061-9/+11
* Use more types than just 'unsigned' in the linker.Elliott Hughes2013-03-121-2/+2
* More linker cleanup.Elliott Hughes2013-03-051-1/+1
* Minor linker cleanup, primarily to use Elf32_DynBrian Carlstrom2013-03-051-5/+5
* Support System.loadLibrary for libraries with transitive dependencies.Elliott Hughes2012-12-201-10/+16
* Check for unknown flags passed to dlopen(3).Elliott Hughes2012-12-181-2/+2
* Keep the dynamic linker's soinfo pools mostly read-only.Elliott Hughes2012-11-011-5/+4
* linker: handle R_ARM_COPY relocations in a proper wayArd Biesheuvel2012-10-301-1/+3
* Workaround g++ 4.7 compfailPavel Chupin2012-10-251-1/+1
* Make dlerror(3) thread-safe.Elliott Hughes2012-10-161-42/+49
* Make the dlfcn mutex static.Elliott Hughes2012-10-121-24/+24
* Fix dlerror(3).Elliott Hughes2012-10-111-0/+233