Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
bionic
/
c47703a521abab120100673d5281f71bc8ba9a49
/
linker
e19d702
Redesign dlopen() locks to be recursive per thread.
by Pavel Chupin
· 13 years ago
177a770
linker: fix x86 build
by David 'Digit' Turner
· 13 years ago
70b1668
remove obsolete SuperH support
by David 'Digit' Turner
· 13 years ago
bb44055
Move variable declaration on its own line
by Stephen Smalley
· 13 years ago
861b42a
Use the AT_SECURE auxv flag to determine whether to enable secure mode.
by Stephen Smalley
· 13 years ago
897815a
bionic: add machine type check
by Zhenghua Wang
· 13 years ago
bda5da0
fix prototype of dladdr
by Mathias Agopian
· 13 years ago
96e5fac
am 91966c30: am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors"
by David 'Digit' Turner
· 13 years ago
91966c3
am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors"
by David 'Digit' Turner
· 13 years ago
38bccb2
linker.h: don't change the soinfo structure
by Nick Kralevich
· 13 years ago
e5ea455
linker: allow debugging of constructors
by David 'Digit' Turner
· 13 years ago
ec92af8
Log signal info at time of receipt
by Andy McFadden
· 13 years ago
48527c3
Revert "Revert "linker: get rid of the buddy allocator""
by Shih-wei Liao
· 13 years ago
f9a9cda
Revert "linker: get rid of the buddy allocator"
by Nick Kralevich
· 13 years ago
7059b1f
linker: get rid of the buddy allocator
by Nick Kralevich
· 13 years ago
a903811
Revert "x86: Enable -fstack-protector"
by Martijn Coenen
· 13 years ago
65fb884
am 204d1f65: am b2c7e0c1: Merge "x86: Enable -fstack-protector"
by David Turner
· 13 years ago
204d1f6
am b2c7e0c1: Merge "x86: Enable -fstack-protector"
by David Turner
· 13 years ago
e0b4844
x86: Enable -fstack-protector
by Bruce Beare
· 14 years ago
c2af2c0
am 1af88c97: am d004dc99: Merge "Use MAP_FIXED when allocating prelinked shared library regions"
by David Turner
· 14 years ago
1af88c9
am d004dc99: Merge "Use MAP_FIXED when allocating prelinked shared library regions"
by David Turner
· 14 years ago
3680704
bionic: remove LOCAL_PRELINK_MODULE
by Iliyan Malchev
· 14 years ago
db4bce0
Use MAP_FIXED when allocating prelinked shared library regions
by Chris Dearman
· 14 years ago
81d79f9
am 962dcb22: am fed58049: Merge "libc: Fix PTHREAD_RWLOCK_INITIALIZER"
by David 'Digit' Turner
· 14 years ago
48e1fea
Updated gcc 4.4.3 IA toolchain doesn't require the .ctors list
by Bruce Beare
· 14 years ago
72f9a5c
Increase SO_MAX to accomodate valgrind
by Kenny Root
· 14 years ago
b67c1ba
Fix bug in linker environment variable lookup.
by tedbo
· 14 years ago
b3cdf7f
Fix bug in linker environment variable lookup.
by tedbo
· 14 years ago
1f35382
Fix typos
by Glenn Kasten
· 14 years ago
be57559
linker: Remove unsecure env. variable for setuid programs.
by David 'Digit' Turner
· 14 years ago
fedbcde
add /vendor support
by Brian Swetland
· 14 years ago
a716190
linker: fix overwriting the real linker error string
by Dima Zavin
· 14 years ago
6774809
linker: Support dlopen(NULL, ...) properly.
by David 'Digit' Turner
· 14 years ago
8bff9a3
linker: remove libcutils dependency by re-implementing simpler socket_local_client.
by David 'Digit' Turner
· 14 years ago
f439445
fix build
by Jean-Baptiste Queru
· 14 years ago
bb7928c
merge from open-source master
by The Android Open Source Project
· 14 years ago
4fd42c1
Added support for LD_PRELOAD
by Matt Fischer
· 15 years ago
5ef5272
merge from open-source master
by The Android Open Source Project
· 15 years ago
1698d9e
Fixed support for RTLD_NEXT in dlsym()
by Matt Fischer
· 15 years ago
d046725
merge from open-source master
by The Android Open Source Project
· 15 years ago
3cab22c
linker: fix the undefined weak symbols issue
by Min-su, Kim
· 15 years ago
377d4c9
merge from open-source master
by The Android Open Source Project
· 15 years ago
e2a8b1f
Added support for dladdr()
by Matt Fischer
· 15 years ago
5c73464
Fix debug output in the dynamic linker.
by David 'Digit' Turner
· 15 years ago
e100f52
bionic/linker: rename ba_prelink to ba_nonprelink
by Iliyan Malchev
· 15 years ago
90f82e5
Fix typo in a comment.
by Doug Kwan
· 15 years ago
1a2917c
Align TEXT section to 4K boundary so that we can use both ld and gold.
by Doug Kwan
· 15 years ago
278d157
Use correct TLS codepath for linker
by Gary King
· 15 years ago
a3de55c
am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker.
by David 'Digit' Turner
· 15 years ago
fe62de1
Add support for R_ARM_REL32 to the dynamic linker.
by David 'Digit' Turner
· 15 years ago
83d3d74
am ebf3ea00: am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.
by David 'Digit' Turner
· 15 years ago
ebf3ea0
am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker.
by David 'Digit' Turner
· 15 years ago
34ea511
Add support for R_ARM_REL32 to the dynamic linker.
by David 'Digit' Turner
· 15 years ago
b152dde
am 83362689: merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
8336268
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
10be95c
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
ad13c57
added and modified linker to support SuperH architecture
by Shin-ichiro KAWASAKI
· 15 years ago
e823807
Add weak symbol support. Also fix a bug caused by a typo.
by Doug Kwan
· 15 years ago
f172955
am 9e78de3e: am 70bba516: am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclair
by Iliyan Malchev
· 15 years ago
9e78de3
am 70bba516: am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclair
by Iliyan Malchev
· 15 years ago
53b32f8
am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclair
by Iliyan Malchev
· 15 years ago
70bba51
am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclair
by Iliyan Malchev
· 15 years ago
9430435
Clean up some linker code.
by Doug Kwan
· 15 years ago
bb9eede
bionic/linker: make the buddy allocator compute max_order on its own
by Iliyan Malchev
· 15 years ago
af7315a
bionic/linker: change the buddy allocator to take a handle to the managed area
by Iliyan Malchev
· 15 years ago
b3cfdb6
am eeaf6544: Merge change I7934a799 into eclair-mr2
by David 'Digit' Turner
· 15 years ago
eeaf654
Merge change I7934a799 into eclair-mr2
by Android (Google) Code Review
· 15 years ago
5d436dd
am 8213d5c3: am ff7b46b8: Merge change I3c998761 into eclair
by David 'Digit' Turner
· 15 years ago
cd23098
am ff7b46b8: Merge change I3c998761 into eclair
by David 'Digit' Turner
· 15 years ago
7934a79
Prevent spurious EINTR to freeze process debugging
by David 'Digit' Turner
· 15 years ago
7398147
merge from open-source master
by Jean-Baptiste Queru
· 15 years ago
3c99876
Allow the dynamic linker to relocate references to thumb symbols in NDK libraries.
by David 'Digit' Turner
· 15 years ago
4a9afcb
bionic/linker: allow resolving of symbols from library back to executable
by Iliyan Malchev
· 15 years ago
9ea64da
bionic/linker: change lookup() to return soinfo, not base
by Iliyan Malchev
· 15 years ago
6ed80c8
Revert "Revert "bionic/linker: fix symbol lookup during relocations""
by Iliyan Malchev
· 15 years ago
33acbf0
Revert "bionic/linker: fix symbol lookup during relocations"
by Mathias Agopian
· 15 years ago
8d0c033
bionic/linker: fix symbol lookup during relocations
by Iliyan Malchev
· 15 years ago
5cf640c
Fill l_ld of linkmaps with value from soinfo::dynamic.
by Thinker K.F Li
· 15 years ago
30eb402
bionic: linker: add error message if link failed due to previous error
by Erik Gilling
· 15 years ago
fde8642
bionic/linker: keep track of opened libraries by basename
by Erik Gilling
· 15 years ago
d00d23a
linker: remove newlines from DL_ERR so that dlerror works correctly
by Erik Gilling
· 15 years ago
ef0bd18
Pass the elfdata pointer in a slot of the temporary TLS area.
by David 'Digit' Turner
· 15 years ago
bc3a5c2
Add LD_LIBRARY_PATH support to bionic's linker
by David Bartley
· 15 years ago
0353195
linker: Give more context for failures during library dependency resolution.
by Dima Zavin
· 15 years ago
2e85579
linker: Make the errors reported by dlopen/dlsym be more useful.
by Dima Zavin
· 15 years ago
8215679
Fix the parsing of the .fini_array in the dynamic linker (it should happen in reverse order).
by David 'Digit' Turner
· 15 years ago
d1b40d8
linker: Compute symbol name before lookup so we can also use it for error msg
by Dima Zavin
· 15 years ago
ba52b30
Increase the limit of loaded shared libraries from 64 to 96 This change is required for OpenCORE 2.0
by James Dong
· 16 years ago
5e12d7e
Automated import from //branches/donutburger/...@140950,140950
by Iliyan Malchev
· 16 years ago
1dc9e47
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
1767f90
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
a799b53
auto import from //depot/cupcake/@132589
by The Android Open Source Project
· 16 years ago
fe57450
auto import from //depot/cupcake/@137055
by The Android Open Source Project
· 16 years ago
6f04a0f
auto import from //branches/cupcake/...@132276
by The Android Open Source Project
· 16 years ago
9f65adf
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
e5cc1f3
auto import from //branches/cupcake/...@126645
by The Android Open Source Project
· 16 years ago
4e468ed
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
a27d2ba
Initial Contribution
by The Android Open Source Project
· 16 years ago