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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "linker: Fix LD_PRELOADS for calling constructors"
Nick Kralevich
2012-07-18
1
-0
/
+5
|
\
|
*
linker: Fix LD_PRELOADS for calling constructors
Kito Cheng
2012-07-15
1
-0
/
+5
*
|
Merge "bionic: Report linker relocation address to gdb"
Elliott Hughes
2012-07-16
1
-7
/
+8
|
\
\
|
*
|
bionic: Report linker relocation address to gdb
Ryan V. Bissell
2012-07-16
1
-7
/
+8
|
|
/
*
|
linker: cleanup of undefined state handling, which is really dead code
Robin Burchell
2012-07-16
1
-1
/
+1
*
|
linker: Use SHN_UNDEF instead of describing what it is trying to do.
Robin Burchell
2012-07-16
1
-2
/
+2
|
/
*
am 67636eea: am 40e7ed58: Unhide rtld_db_dlactivity()
Andrew Hsieh
2012-07-09
1
-1
/
+1
|
\
|
*
Unhide rtld_db_dlactivity()
Andrew Hsieh
2012-07-02
1
-1
/
+1
*
|
linker: improve loadable segment protection.
David 'Digit' Turner
2012-06-26
1
-436
/
+95
*
|
linker: simplify code for dynamic and ARM exidx sections.
David 'Digit' Turner
2012-06-26
1
-43
/
+14
*
|
linker: rename load_offset to load_bias.
David 'Digit' Turner
2012-06-25
1
-14
/
+40
*
|
linker: avoid mapping the whole library before load.
David 'Digit' Turner
2012-06-25
1
-111
/
+61
*
|
linker: Add PAGE_START/OFFSET/END convenience macros
David 'Digit' Turner
2012-06-25
1
-18
/
+15
*
|
Add module base to main executable's ARM_exidx.
Evgeniy Stepanov
2012-06-22
1
-1
/
+1
*
|
linker: small code-cleanup
David 'Digit' Turner
2012-06-13
1
-55
/
+55
*
|
Support non-zero p_vaddr in first PT_LOAD segment
Ji-Hwan Lee
2012-06-04
1
-40
/
+79
*
|
Use mmap to read an initial ELF header of library
Ji-Hwan Lee
2012-05-26
1
-18
/
+17
|
/
*
linker: remove STB_LOCAL hack
Nick Kralevich
2012-04-23
1
-37
/
+0
*
Initialize TLS before any application code is run.
Evgeniy Stepanov
2012-04-13
1
-17
/
+8
*
Revert "linker: remove STB_LOCAL hack"
Nick Kralevich
2012-04-10
1
-0
/
+37
*
linker: remove STB_LOCAL hack
Nick Kralevich
2012-04-09
1
-37
/
+0
*
linker: surround "debug_verbosity" by "#if LINKER_DEBUG"
Nick Kralevich
2012-04-04
1
-0
/
+5
*
Merge "linker: fix off-by-one error in GNU_RELRO handling"
Nick Kralevich
2012-03-20
1
-2
/
+2
|
\
|
*
linker: fix off-by-one error in GNU_RELRO handling
Nick Kralevich
2012-03-20
1
-2
/
+2
*
|
linker: initially reserved memory as PROT_NONE
Nick Kralevich
2012-03-16
1
-8
/
+6
|
/
*
Add relro support
Nick Kralevich
2012-03-05
1
-5
/
+60
*
Merge c4cb87f3
Jean-Baptiste Queru
2012-02-01
1
-131
/
+1
|
\
|
*
remove obsolete SuperH support
David 'Digit' Turner
2012-01-31
1
-131
/
+1
*
|
Fix recursive ELF constructor check
Jesse Hall
2012-01-30
1
-1
/
+13
*
|
am c83c1da5: am cee8425f: Merge "Move variable declaration on its own line"
Jean-Baptiste Queru
2012-01-20
1
-1
/
+2
|
\
\
|
|
/
|
*
Move variable declaration on its own line
Stephen Smalley
2012-01-20
1
-1
/
+2
*
|
am 5b44655f: am 7e6a5773: Merge "Use the AT_SECURE auxv flag to determine whe...
Jean-Baptiste Queru
2012-01-20
1
-4
/
+15
|
\
\
|
|
/
|
*
Use the AT_SECURE auxv flag to determine whether to enable secure mode.
Stephen Smalley
2012-01-20
1
-4
/
+15
*
|
Execute .preinit_array before any shared object initialization functions.
Evgeniy Stepanov
2012-01-10
1
-3
/
+23
*
|
get rid of unused "main" function.
Nick Kralevich
2011-12-05
1
-5
/
+0
*
|
am 1ad08626: am 897815a1: bionic: add machine type check
Zhenghua Wang
2011-11-30
1
-1
/
+5
|
\
\
|
|
/
|
*
bionic: add machine type check
Zhenghua Wang
2011-11-29
1
-1
/
+5
*
|
Merge "Make the linker relocatable."
Nick Kralevich
2011-11-16
1
-24
/
+118
|
\
\
|
*
|
Make the linker relocatable.
Nick Kralevich
2011-11-11
1
-24
/
+118
*
|
|
linker: Fix the computation of si->base
David 'Digit' Turner
2011-11-15
1
-1
/
+12
|
/
/
*
|
Revert "Make the linker relocatable."
Nick Kralevich
2011-11-03
1
-126
/
+21
*
|
Make the linker relocatable.
Nick Kralevich
2011-11-02
1
-21
/
+126
*
|
Add linker support for PIE
Nick Kralevich
2011-10-22
1
-14
/
+23
|
/
*
fix prototype of dladdr
Mathias Agopian
2011-09-28
1
-2
/
+2
*
am 91966c30: am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of cons...
David 'Digit' Turner
2011-08-30
1
-1
/
+1
|
\
|
*
am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors"
David 'Digit' Turner
2011-08-29
1
-1
/
+1
|
|
\
|
|
*
linker: allow debugging of constructors
David 'Digit' Turner
2011-08-27
1
-1
/
+1
*
|
|
Revert "Revert "linker: get rid of the buddy allocator""
Shih-wei Liao
2011-07-17
1
-46
/
+14
*
|
|
Revert "linker: get rid of the buddy allocator"
Nick Kralevich
2011-07-15
1
-14
/
+46
*
|
|
linker: get rid of the buddy allocator
Nick Kralevich
2011-07-14
1
-46
/
+14
|
/
/
[next]