index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linker
/
dlfcn.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add android_dlopen_ext() interface to linker.
Torne (Richard Coles)
2014-04-17
1
-11
/
+18
*
Clean up all the lint cpplint can find in the dynamic linker.
Elliott Hughes
2014-02-11
1
-2
/
+2
*
[MIPS64] Dynamic linker
Chris Dearman
2014-02-11
1
-1
/
+1
*
Switch <elf.h> over to linux uapi under the covers.
Elliott Hughes
2014-02-10
1
-19
/
+13
*
bionic: rename aarch64 target to arm64
Colin Cross
2014-01-23
1
-1
/
+1
*
Make it possible for code to query the dynamic linker's default search path.
Elliott Hughes
2014-01-13
1
-38
/
+37
*
AArch64: Linker64 support for AArch64
Marcus Oakland
2013-12-17
1
-2
/
+2
*
Don't allow text relocations on 64-bit.
Elliott Hughes
2013-10-28
1
-0
/
+2
*
Clean up linker architecture macros.
Elliott Hughes
2013-10-28
1
-7
/
+7
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-3
/
+3
*
Fix __errno for LP64 and clean up __get_tls.
Elliott Hughes
2013-10-09
1
-2
/
+1
*
Use C99 structure initializer designator style.
Elliott Hughes
2013-10-08
1
-44
/
+48
*
x86_64 linker.
Elliott Hughes
2013-10-08
1
-24
/
+72
*
Remove 32-bit assumptions from the ELF code.
Elliott Hughes
2013-09-30
1
-2
/
+2
*
Add the dl_iterate_phdr function to libdl for arm.
Christopher Ferris
2013-09-06
1
-9
/
+11
*
Use more types than just 'unsigned' in the linker.
Elliott Hughes
2013-03-12
1
-2
/
+2
*
More linker cleanup.
Elliott Hughes
2013-03-05
1
-1
/
+1
*
Minor linker cleanup, primarily to use Elf32_Dyn
Brian Carlstrom
2013-03-05
1
-5
/
+5
*
Support System.loadLibrary for libraries with transitive dependencies.
Elliott Hughes
2012-12-20
1
-10
/
+16
*
Check for unknown flags passed to dlopen(3).
Elliott Hughes
2012-12-18
1
-2
/
+2
*
Keep the dynamic linker's soinfo pools mostly read-only.
Elliott Hughes
2012-11-01
1
-5
/
+4
*
linker: handle R_ARM_COPY relocations in a proper way
Ard Biesheuvel
2012-10-30
1
-1
/
+3
*
Workaround g++ 4.7 compfail
Pavel Chupin
2012-10-25
1
-1
/
+1
*
Make dlerror(3) thread-safe.
Elliott Hughes
2012-10-16
1
-42
/
+49
*
Make the dlfcn mutex static.
Elliott Hughes
2012-10-12
1
-24
/
+24
*
Fix dlerror(3).
Elliott Hughes
2012-10-11
1
-0
/
+233