index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linker
/
linker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: DT_DEBUG was acting as DT_REL on mips64
Dmitriy Ivanov
2015-02-13
1
-1
/
+1
*
linker: Use load_bias to adjust search address in elf_addr_lookup
Chris Dearman
2015-02-04
1
-2
/
+2
*
Minimize calls to mprotect
Dmitriy Ivanov
2015-01-23
1
-23
/
+43
*
Add a log message to make the transition from linker to user code clear.
Elliott Hughes
2015-01-23
1
-0
/
+2
*
Enable -Wold-style-cast warnings for linker
Dmitriy Ivanov
2015-01-22
1
-5
/
+9
*
Refactoring: move mips reloc to separate method
Dmitriy Ivanov
2015-01-14
1
-120
/
+19
*
Refactoring: unify relocate function
Dmitriy Ivanov
2015-01-13
1
-190
/
+97
*
Refactoring: use generic reloc constants
Dmitriy Ivanov
2015-01-13
1
-18
/
+9
*
Revert "Refactoring: use generic reloc constants"
Dimitry Ivanov
2015-01-13
1
-10
/
+18
*
Refactoring: use generic reloc constants
Dmitriy Ivanov
2015-01-13
1
-18
/
+10
*
Refactor soinfo::relocate
Dmitriy Ivanov
2015-01-09
1
-102
/
+59
*
Merge "Set linux 32bit personality for 32 bit processes"
Dmitriy Ivanov
2015-01-08
1
-0
/
+7
|
\
|
*
Set linux 32bit personality for 32 bit processes
Dmitriy Ivanov
2015-01-07
1
-0
/
+7
*
|
Print error when prelink fails for main executable
Dmitriy Ivanov
2015-01-07
1
-1
/
+4
|
/
*
Add support for DT_MIPS_RLD_MAP2 tag.
Raghu Gandham
2014-12-19
1
-0
/
+7
*
Fix soinfo_unload
Dmitriy Ivanov
2014-12-02
1
-4
/
+14
*
Fix mips build
Dmitriy Ivanov
2014-12-02
1
-1
/
+1
*
Merge "Count references for groups instead of instances"
Dmitriy Ivanov
2014-12-02
1
-79
/
+138
|
\
|
*
Count references for groups instead of instances
Dmitriy Ivanov
2014-12-02
1
-79
/
+138
*
|
Resolve "unused DT entry" warnings for DT_VERNEED and DT_VERNEEDNUM.
Alexander Ivchenko
2014-12-02
1
-0
/
+2
|
/
*
Fix jump to unmapped memory on atexit
Dmitriy Ivanov
2014-11-18
1
-7
/
+19
*
Rename soinfo methods and fields
Dmitriy Ivanov
2014-11-13
1
-144
/
+141
*
Fix mips build
Dmitriy Ivanov
2014-11-12
1
-12
/
+11
*
Add support for hash-style=gnu
Dmitriy Ivanov
2014-11-12
1
-52
/
+171
*
check invalid file offset when loading library
Yabin Cui
2014-11-04
1
-0
/
+8
*
Merge "Revert "Use local copy of the library name on dlopen""
Dmitriy Ivanov
2014-11-01
1
-14
/
+2
|
\
|
*
Revert "Use local copy of the library name on dlopen"
Dmitriy Ivanov
2014-11-01
1
-14
/
+2
*
|
Merge "Fix symbol lookup order during relocation"
Dmitriy Ivanov
2014-10-31
1
-60
/
+102
|
\
\
|
|
/
|
/
|
|
*
Fix symbol lookup order during relocation
Dmitriy Ivanov
2014-10-31
1
-60
/
+102
*
|
Use local copy of the library name on dlopen
Dmitriy Ivanov
2014-10-31
1
-2
/
+14
|
/
*
Remove unnecessary reinterpret_cast
Dmitriy Ivanov
2014-10-24
1
-1
/
+1
*
Fix mips build
Dmitriy Ivanov
2014-10-23
1
-1
/
+1
*
Remove unnecessary lookups during relocations
Dmitriy Ivanov
2014-10-23
1
-22
/
+5
*
Fix relocation to look for symbols in local group
Dmitriy Ivanov
2014-10-23
1
-74
/
+119
*
Rename library_offset to library_fd_offset
Dmitriy Ivanov
2014-10-21
1
-6
/
+6
*
Ignore DT_BIND_NOW (0x18)
Dmitriy Ivanov
2014-10-15
1
-7
/
+42
*
Resolve "unused DT entry" warnings for x86_64
Dmitriy Ivanov
2014-10-06
1
-3
/
+13
*
Add file_offset parameter to android_extinfo
Dmitriy Ivanov
2014-10-06
1
-27
/
+41
*
Merge "Add RTLD_NODELETE flag support"
Dmitriy Ivanov
2014-10-02
1
-2
/
+14
|
\
|
*
Add RTLD_NODELETE flag support
Dmitriy Ivanov
2014-10-01
1
-2
/
+14
*
|
Fix mips build
Dmitriy Ivanov
2014-09-30
1
-2
/
+0
|
/
*
Fix unused DT entry warnings.
Dmitriy Ivanov
2014-09-30
1
-7
/
+27
*
Return has_DT_SYMBOLIC flag.
Dmitriy Ivanov
2014-09-29
1
-22
/
+46
*
Fix gdb could not get shared library list issue
Ningsheng Jian
2014-09-26
1
-4
/
+6
*
Temporary disable DL_WARNs for unused DT_*
Dmitriy Ivanov
2014-09-17
1
-1
/
+1
*
Fix 64bit build
Dmitriy Ivanov
2014-09-16
1
-3
/
+3
*
Fix some unused DT_ warnings
Dmitriy Ivanov
2014-09-16
1
-4
/
+35
*
Remove has_DT_SYMBOLIC flag
Dmitriy Ivanov
2014-09-16
1
-92
/
+39
*
Fix dlsym() to take into account RTLD_GLOBAL/LOCAL
Dmitriy Ivanov
2014-09-15
1
-17
/
+31
*
Merge "Fix unload of recursively linked library"
Dmitriy Ivanov
2014-09-12
1
-1
/
+1
|
\
[next]