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_phdr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash when trying to load invalid ELF file.
Dmitriy Ivanov
2015-06-25
1
-2
/
+16
*
Add flag that makes linker honor min(p_vaddr)
Dmitriy Ivanov
2015-06-18
1
-1
/
+7
*
linker: never mark pages simultaneously writable / executable
Nick Kralevich
2015-04-01
1
-1
/
+7
*
Revert "Remove text-relocation support for lp32"
Dimitry Ivanov
2015-04-01
1
-0
/
+64
*
Remove text-relocation support for lp32
Dmitriy Ivanov
2015-03-31
1
-64
/
+0
*
Fix long lines and replace macros with functions.
Dmitriy Ivanov
2015-03-31
1
-10
/
+19
*
Add support for packed relocations.
Dmitriy Ivanov
2015-03-06
1
-1
/
+1
*
Add missing includes.
Elliott Hughes
2015-01-28
1
-0
/
+1
*
Enable -Wold-style-cast warnings for linker
Dmitriy Ivanov
2015-01-22
1
-3
/
+3
*
Kill <machine/exec.h>.
Elliott Hughes
2014-12-02
1
-2
/
+15
*
Rename library_offset to library_fd_offset
Dmitriy Ivanov
2014-10-21
1
-8
/
+2
*
Fix misleading comment.
Robert Grosse
2014-10-15
1
-3
/
+3
*
Add file_offset parameter to android_extinfo
Dmitriy Ivanov
2014-10-06
1
-5
/
+12
*
Fix gdb could not get shared library list issue
Ningsheng Jian
2014-09-26
1
-1
/
+6
*
Load libraries in breadth-first order
Dmitriy Ivanov
2014-09-08
1
-23
/
+6
*
Revert "Load libraries in breadth-first order"
Dmitriy Ivanov
2014-09-05
1
-6
/
+23
*
Load libraries in breadth-first order
Dmitriy Ivanov
2014-09-03
1
-23
/
+6
*
Replace NULL with nullptr
Dmitriy Ivanov
2014-08-29
1
-16
/
+16
*
Use VDSO for clock_gettime(2) and gettimeofday(2).
Elliott Hughes
2014-07-16
1
-4
/
+1
*
Load library using file handle.
Dmitriy Ivanov
2014-07-02
1
-3
/
+0
*
Handle empty relro segment or incorrectly sized file.
Torne (Richard Coles)
2014-05-02
1
-3
/
+13
*
Allow sharing the RELRO section via a file.
Torne (Richard Coles)
2014-04-17
1
-0
/
+126
*
Support loading libraries to a reserved address.
Torne (Richard Coles)
2014-04-17
1
-8
/
+30
*
Clean up all the lint cpplint can find in the dynamic linker.
Elliott Hughes
2014-02-11
1
-7
/
+7
*
Switch <elf.h> over to linux uapi under the covers.
Elliott Hughes
2014-02-10
1
-162
/
+164
*
bionic: Do not use magic number for portability
Qiming Shi
2014-01-27
1
-3
/
+3
*
AArch64: Linker64 support for AArch64
Marcus Oakland
2013-12-17
1
-11
/
+2
*
Clean up linker architecture macros.
Elliott Hughes
2013-10-28
1
-11
/
+7
*
x86_64 linker.
Elliott Hughes
2013-10-08
1
-4
/
+25
*
Remove 32-bit assumptions from the ELF code.
Elliott Hughes
2013-09-30
1
-107
/
+71
*
Add more information to error due to truncated Elf32_Ehdr
Brian Carlstrom
2013-08-14
1
-1
/
+2
*
Honor p_vaddr if set
Brian Carlstrom
2013-06-07
1
-20
/
+27
*
Fix bionic linker to support segments with zero p_filesz
Brian Carlstrom
2013-05-21
1
-10
/
+13
*
More linker cleanup.
Elliott Hughes
2013-03-05
1
-231
/
+233
*
Minor linker cleanup, primarily to use Elf32_Dyn
Brian Carlstrom
2013-03-05
1
-2
/
+2
*
[MIPS] Set DT_DEBUG dyntab entry if it is writable
Chris Dearman
2013-01-14
1
-1
/
+6
*
More dynamic linker cleanup.
Elliott Hughes
2012-10-30
1
-0
/
+643