Gitiles
Code Review
Sign In
review.evervolv.com
/
android_bionic
/
9a2741010a93bfa08cc03e8d92c20c47d7e65abc
/
linker
/
linker.cpp
424eb11
Merge "Staticlly allocate string buffers for realpath_fd()"
by Treehugger Robot
· 6 years ago
8bb97d7
Merge "Add bootstrap directory to bootstrap linker's search path."
by Peter Collingbourne
· 6 years ago
ea11be0
Add bootstrap directory to bootstrap linker's search path.
by Peter Collingbourne
· 6 years ago
d8bef67
Staticlly allocate string buffers for realpath_fd()
by Vic Yang
· 6 years ago
90f96b9
linker: support ldd(1)-like behavior via --list.
by Elliott Hughes
· 6 years ago
b51bb50
Track libziparchive API change.
by Elliott Hughes
· 6 years ago
401e2ef
Merge "Only write main library's RELRO by default."
by Treehugger Robot
· 6 years ago
5d10374
Only write main library's RELRO by default.
by Torne (Richard Coles)
· 6 years ago
93ea856
Merge changes I59a8bc4a,Ic437d352
by Ryan Prichard
· 6 years ago
e4d620b
Fix dlsym and dladdr for TLS symbols
by Ryan Prichard
· 6 years ago
fa9f7f2
Fix DLEXT_WRITE_RELRO when loading multiple libs.
by Torne (Richard Coles)
· 6 years ago
2d020e4
linker: Add support for "whitelisted" property in linker config files
by Vic Yang
· 6 years ago
95252ee
Add more linker debug.
by Martin Stjernholm
· 6 years ago
b0e2dd0
Allow building the linker with -O0
by Ryan Prichard
· 6 years ago
b39cb3c
linker: Handle libraries with disjoint mappings correctly.
by Peter Collingbourne
· 6 years ago
7cdbd0d
Merge "linker: allow using reserved space for multiple libraries."
by Treehugger Robot
· 6 years ago
efbe9a5
linker: allow using reserved space for multiple libraries.
by Torne (Richard Coles)
· 7 years ago
54c8640
Merge "Redirect /system/lib/libicuuc.so regardless of duplication in /system"
by vichang
· 6 years ago
af12c94
Redirect /system/lib/libicuuc.so regardless of duplication in /system
by Victor Chang
· 6 years ago
efc503d
Greylist libraries are attempted to be loaded in the default ns
by Jiyong Park
· 6 years ago
6cb719f
Revert "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q""
by Victor Chang
· 6 years ago
73ee7a6
Merge "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q""
by vichang
· 6 years ago
1906e77
Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"
by vichang
· 6 years ago
9c48951
Merge "Allow dlopen("/system/lib/<soname>") for pre-Q"
by vichang
· 6 years ago
f6e4cfd
Allow dlopen("/system/lib/<soname>") for pre-Q
by Victor Chang
· 6 years ago
bb7e123
Purge linker block allocators before leaving linker
by Vic Yang
· 6 years ago
ffaae70
Implement arm64 TLSDESC
by Ryan Prichard
· 6 years ago
3b463cf
Implement TLS_DTPMOD and TLS_DTPREL relocations
by Ryan Prichard
· 6 years ago
ea41ab0
Ignore DT_TLSDESC_GOT / DT_TLSDESC_PLT
by Ryan Prichard
· 6 years ago
bf427f4
Fix soinfo_tls::module dangling reference
by Ryan Prichard
· 6 years ago
9a23865
Merge changes Ia08e1b5c,I60e589dd,Ib7edb665,Ibf1bf5ec,Ibd623857
by Ryan Prichard
· 6 years ago
fb8730d
Handle R_GENERIC_TLS_TPREL relocations
by Ryan Prichard
· 6 years ago
1988350
Avoid a dlopen abort on an invalid TLS alignment
by Ryan Prichard
· 6 years ago
e5e69e0
Record TLS modules and layout static TLS memory
by Ryan Prichard
· 6 years ago
de853ff
Fix fd leak in android_dlopen_ext.
by Martin Stjernholm
· 6 years ago
0218e92
Fix performance-for-range-copy warnings
by Chih-Hung Hsieh
· 7 years ago
c7cbef4
Merge "linker: changes to init work arounds"
by Tom Cherry
· 7 years ago
27beebf
Revert "Add Android Runtime APEX directories to Bionic search paths."
by Andreas Gampe
· 7 years ago
d2dd379
Add Android Runtime APEX directories to Bionic search paths.
by Roland Levillain
· 7 years ago
66bc428
linker: changes to init work arounds
by Tom Cherry
· 7 years ago
8178c41
ART isn't using the ART-specific linker features any more.
by Elliott Hughes
· 7 years ago
3583341
ld.config.txt for APEX
by Jiyong Park
· 7 years ago
48b6911
linker: Fix fd leak
by Vic Yang
· 7 years ago
5038ef6
Workaround host bionic libs that are missing DT_RUNPATH
by Dan Willemsen
· 7 years ago
8f639a4
Allow invoking the linker on an executable.
by Ryan Prichard
· 7 years ago
0adf09b
linker: fix invalid zip file handling
by Ryan Prichard
· 7 years ago
006d137
Remove old workaround for unloading unversioned soinfo
by Ryan Prichard
· 7 years ago
32bc0fc
Modernize codebase by replacing NULL with nullptr
by Yi Kong
· 7 years ago
c1c8a18
Fix arm32/64 dynamic TLS relocations
by Ryan Prichard
· 7 years ago
31cd08f
dynamic linker is running for init
by Jiyong Park
· 7 years ago
aa922bb
Merge "Add secondary counter in place of tls_nodelete flag"
by Dimitry Ivanov
· 7 years ago
55547db
Add secondary counter in place of tls_nodelete flag
by dimitry
· 7 years ago
6e6772d
Remove libskia.so from the greylist
by dimitry
· 7 years ago
bcfe3cf
Use ro.vndk.lite to determine the ld.config.txt
by Logan Chien
· 7 years ago
886b96e
Extract ld.config.txt lookup code
by Logan Chien
· 7 years ago
8b14256
vdso should be available in all namespaces
by dimitry
· 7 years ago
c01b849
Remove obsolete workaround.
by Elliott Hughes
· 7 years ago
9724e93
Reject .so files using ELF TLS.
by Elliott Hughes
· 7 years ago
9076b0c
Be clearer about linker warnings.
by Elliott Hughes
· 7 years ago
153168c
Fix RTLD_NEXT/DEFAULT lookup
by dimitry
· 7 years ago
2e2a893
Merge "linker: simpler encoding for SHT_RELR sections."
by Treehugger Robot
· 7 years ago
f16b659
linker: simpler encoding for SHT_RELR sections.
by Rahul Chaudhry
· 7 years ago
9ee4591
linker: Allow link namespaces without name filters
by Logan Chien
· 7 years ago
d00d38b
Merge "linker: add experimental support for SHT_RELR sections."
by Elliott Hughes
· 7 years ago
b7feec7
linker: add experimental support for SHT_RELR sections.
by Rahul Chaudhry
· 7 years ago
5cec377
Address a bunch of clang-tidy complaints.
by Elliott Hughes
· 7 years ago
06016f2
Fix dlclose for libraries with thread_local dtors
by dimitry
· 7 years ago
965d06d
Fix logic in loading dependencies crossing namespace boundaries
by dimitry
· 8 years ago
816b259
Merge "linker: add support for odm partition" am: 7b5073767d
by Alin Jerpelea
· 8 years ago
7b50737
Merge "linker: add support for odm partition"
by Treehugger Robot
· 8 years ago
bf9cf75
Merge "Use ld.config.$VER.txt when current VNDK version is $VER" am: 86a3803799
by Justin Yun
· 8 years ago
53ce742
Use ld.config.$VER.txt when current VNDK version is $VER
by Justin Yun
· 8 years ago
074a9fd
linker: add support for odm partition
by Alin Jerpelea
· 8 years ago
65ba81b
Merge "Revert "Fix bug with double unload on unsuccessful dlopen""
by Elliott Hughes
· 8 years ago
27f1806
Revert "Fix bug with double unload on unsuccessful dlopen"
by Elliott Hughes
· 8 years ago
f1e645c
Merge "Fix bug with double unload on unsuccessful dlopen" am: dc89324e93
by Dimitry Ivanov
· 8 years ago
58554cc
Fix bug with double unload on unsuccessful dlopen
by dimitry
· 8 years ago
74d57a3
Merge commit 'e3d21c84af0b8e3244e4c67a873d2a16bfb85034' into HEAD
by Xin Li
· 8 years ago
c92ce71
Log dlclose calls and library unloads
by dimitry
· 8 years ago
8db36a5
linker: fix error message for inaccessible libs
by dimitry
· 8 years ago
01162f2
Fix: linker segfault on dlopen of a DF_1_GLOBAL so
by Jiyong Park
· 8 years ago
39b6547
Merge changes from topic "host_bionic" am: 6e6e1abb89 am: 9938cdeee8
by Dan Willemsen
· 8 years ago
7ccc50d
Use an embedded linker for host bionic
by Dan Willemsen
· 8 years ago
f810219
Merge "Always log errno when aborting." am: 0c9ea17e0c am: 002b30843b
by Elliott Hughes
· 8 years ago
7b0af7a
Always log errno when aborting.
by Elliott Hughes
· 8 years ago
4fde457
Merge "Explicitly name DT_RPATH." am: e0e2798f11 am: e68ca24650 am: 1b64c2c4f0
by Elliott Hughes
· 8 years ago
6eae4cc
Explicitly name DT_RPATH.
by Elliott Hughes
· 8 years ago
5050503
Merge "Add support of architecture specific ld.configs" am: 506f3f11f1 am: bfec477beb
by Dimitry Ivanov
· 8 years ago
fe1b27c
Add support of architecture specific ld.configs
by dimitry
· 8 years ago
3396d16
Merge "Make default namespace handle the 'visible' flag." am: f2c203f188 am: 01a2910758 am: 897b6dabef
by Justin Yun
· 8 years ago
90de9f0
Make default namespace handle the 'visible' flag.
by Justin Yun
· 8 years ago
d741e5e
Merge "linker: the global group is added to all built-in namespaces" am: c9fb66209d am: ec8c79aaa1 am: 0a51b36ad6
by Jiyong Park
· 8 years ago
02586a2
linker: the global group is added to all built-in namespaces
by Jiyong Park
· 8 years ago
9e77a64
Fix asan path translation loading a library twice.
by Evgenii Stepanov
· 8 years ago
fa6ebae
Merge "Revert "linker: remove link from external library on unload"" into oc-dev
by Dimitry Ivanov
· 8 years ago
ec5ddc0
Revert "linker: remove link from external library on unload"
by Dimitry Ivanov
· 8 years ago
5ef13ba
linker: remove link from external library on unload am: b37d10cc80 am: 3a644889b2 am: cb40eec87c am: 0399816edb
by Dimitry Ivanov
· 8 years ago
efbc044
linker: remove link from external library on unload am: b37d10cc80 am: 3a644889b2 am: cb40eec87c am: 0399816edb
by Dimitry Ivanov
· 8 years ago
cb40eec
linker: remove link from external library on unload am: b37d10cc80
by Dimitry Ivanov
· 8 years ago
3a64488
linker: remove link from external library on unload am: b37d10cc80
by Dimitry Ivanov
· 8 years ago
Next »