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
*
Lock on dl_interate_phdr
Dmitriy Ivanov
2015-06-29
1
-0
/
+5
*
Backward compatibility for dlsym(RTLD_DEFAULT, ...)
Dmitriy Ivanov
2015-06-02
1
-0
/
+2
*
Work around incorrect dt_needed entries
Dmitriy Ivanov
2015-05-28
1
-0
/
+2
*
Add functions to provide target sdk version
Dmitriy Ivanov
2015-05-27
1
-14
/
+26
*
Support symbol versioning
Dmitriy Ivanov
2015-04-16
1
-1
/
+1
*
Add realpath for soinfo
Dmitriy Ivanov
2015-04-06
1
-15
/
+20
*
Look into local group on dlsym with RTLD_DEFAULT
Dmitriy Ivanov
2015-04-02
1
-10
/
+5
*
Implement lookup by DT_SONAME
Dmitriy Ivanov
2015-03-18
1
-0
/
+1
*
Add missing includes.
Elliott Hughes
2015-01-28
1
-0
/
+1
*
Merge "Count references for groups instead of instances"
Dmitriy Ivanov
2014-12-02
1
-3
/
+4
|
\
|
*
Count references for groups instead of instances
Dmitriy Ivanov
2014-12-02
1
-3
/
+4
*
|
Build our benchmarks against glibc too.
Elliott Hughes
2014-12-01
1
-1
/
+1
|
/
*
Rename soinfo methods and fields
Dmitriy Ivanov
2014-11-13
1
-7
/
+7
*
Add support for hash-style=gnu
Dmitriy Ivanov
2014-11-12
1
-1
/
+1
*
Add file_offset parameter to android_extinfo
Dmitriy Ivanov
2014-10-06
1
-1
/
+1
*
Fix unused DT entry warnings.
Dmitriy Ivanov
2014-09-30
1
-1
/
+2
*
Remove has_DT_SYMBOLIC flag
Dmitriy Ivanov
2014-09-16
1
-1
/
+0
*
Fix dlsym() to take into account RTLD_GLOBAL/LOCAL
Dmitriy Ivanov
2014-09-15
1
-1
/
+1
*
Add IFUNC support for arm64 and IRELATIVE reloc
Dmitriy Ivanov
2014-09-11
1
-2
/
+2
*
Load libraries in breadth-first order
Dmitriy Ivanov
2014-09-08
1
-0
/
+1
*
Revert "Load libraries in breadth-first order"
Dmitriy Ivanov
2014-09-05
1
-1
/
+0
*
Load libraries in breadth-first order
Dmitriy Ivanov
2014-09-03
1
-0
/
+1
*
Replace NULL with nullptr
Dmitriy Ivanov
2014-08-29
1
-23
/
+23
*
Bump soinfo version
Dmitriy Ivanov
2014-08-22
1
-8
/
+3
*
Revert "Add support for protected local symbol lookup."
Dmitriy Ivanov
2014-08-19
1
-9
/
+16
*
Fix dlsym(3) to do breadth first search.
Dmitriy Ivanov
2014-07-29
1
-2
/
+1
*
Add support for protected local symbol lookup.
Dmitriy Ivanov
2014-07-01
1
-16
/
+9
*
Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64""
Colin Cross
2014-06-26
1
-2
/
+2
|
\
|
*
Revert "HACK: linker: check for handle==0xffffffff on LP64"
Colin Cross
2014-06-16
1
-2
/
+2
*
|
Fix weak function lookups
Dmitriy Ivanov
2014-06-17
1
-1
/
+1
|
/
*
Remove an unused parameter from the dlopen implementation.
Elliott Hughes
2014-06-03
1
-8
/
+4
*
Removed dlsym handle != NULL check for lp64
Dmitriy Ivanov
2014-05-21
1
-2
/
+5
*
HACK: linker: check for handle==0xffffffff on LP64
Colin Cross
2014-05-20
1
-1
/
+1
*
Add RTLD_NOLOAD support and some related changes.
Dmitriy Ivanov
2014-05-20
1
-7
/
+15
*
Improve detection of already loaded libraries
Dmitriy Ivanov
2014-05-14
1
-72
/
+20
*
Switch to g_ for globals.
Elliott Hughes
2014-05-14
1
-21
/
+21
*
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
[next]