Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
1bf62b24abdba18985217efeee907be8de4121f0
/
linker
1bf62b2
linker: Set VMA name for bss sections
by Vic Yang
· 6 years ago
c6c17ac
Merge "Revert "fdsan: make fatal by default.""
by Pete Gillin
· 6 years ago
76351e3
Revert "fdsan: make fatal by default."
by Pete Gillin
· 6 years ago
639ad55
Merge "Fix some typos in the linker configuration file format documentation."
by Roland Levillain
· 6 years ago
592b5f5
Merge "fdsan: make fatal by default."
by Josh Gao
· 6 years ago
66b5e3c
fdsan: make fatal by default.
by Josh Gao
· 6 years ago
bd6ccf9
Fix some typos in the linker configuration file format documentation.
by Roland Levillain
· 7 years ago
a08626a
Merge "linker: Remove setting _USING_LIBCXX"
by Tom Cherry
· 6 years ago
6533208
linker: Add library load and unload hooks for HWASan.
by Peter Collingbourne
· 6 years ago
cd70aa4
linker: Remove setting _USING_LIBCXX
by Tom Cherry
· 6 years ago
30feb64
Enable traditional TLS accesses on arm64
by Ryan Prichard
· 6 years ago
6d60145
Renumber arm64 TLS to match GNU values
by Ryan Prichard
· 6 years ago
521ad07
linker: Speed up relocation with an 1-entry symbol cache
by Vic Yang
· 6 years ago
542db79
Fix linker compilation when STATS is set
by Vic Yang
· 6 years ago
dc25f6c
Use an APEX's linker configuration for any executable under its `bin` directory.
by Roland Levillain
· 6 years ago
3a1936c
ldd: slightly improve error message.
by Elliott Hughes
· 6 years ago
7493673
Merge "Use PT_INTERP as the linker's l_name path"
by Ryan Prichard
· 6 years ago
cf9ed12
Use PT_INTERP as the linker's l_name path
by Ryan Prichard
· 6 years ago
3ec16be
linker: Speed up find_loaded_library_by_inode()
by Vic Yang
· 6 years ago
424eb11
Merge "Staticlly allocate string buffers for realpath_fd()"
by Treehugger Robot
· 6 years ago
b66a78b
linker namespace name is duped when the namespace is created
by Jiyong Park
· 6 years ago
72aafad
Merge "Don't resolve already resolved paths when parsing ld.config.txt"
by Treehugger Robot
· 6 years ago
8bb97d7
Merge "Add bootstrap directory to bootstrap linker's search path."
by Peter Collingbourne
· 6 years ago
341b61e
Don't resolve already resolved paths when parsing ld.config.txt
by Jiyong Park
· 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
78e42d8
Merge "Enable native_bridge_support"
by Dimitry Ivanov
· 6 years ago
af1467b
Merge "Exclude libgcc_stripped wherever libgcc is excluded"
by Yi Kong
· 6 years ago
7ac2afb
Exclude libgcc_stripped wherever libgcc is excluded
by Yi Kong
· 6 years ago
7f04880
Enable native_bridge_support
by dimitry
· 6 years ago
b51bb50
Track libziparchive API change.
by Elliott Hughes
· 6 years ago
afe30a5
Remove dependency on unused libutils
by dimitry
· 6 years ago
401e2ef
Merge "Only write main library's RELRO by default."
by Treehugger Robot
· 6 years ago
584bc62
Move libdl and linker to static NOTICE files.
by Elliott Hughes
· 7 years ago
7b9db34
Fix linker compilation with timing enabled
by Vic Yang
· 7 years ago
5d10374
Only write main library's RELRO by default.
by Torne (Richard Coles)
· 7 years ago
93ea856
Merge changes I59a8bc4a,Ic437d352
by Ryan Prichard
· 7 years ago
e4d620b
Fix dlsym and dladdr for TLS symbols
by Ryan Prichard
· 7 years ago
fa9f7f2
Fix DLEXT_WRITE_RELRO when loading multiple libs.
by Torne (Richard Coles)
· 7 years ago
976d4b4
Use std::move() for rvalue-reference setters and ctors
by Vic Yang
· 7 years ago
2d020e4
linker: Add support for "whitelisted" property in linker config files
by Vic Yang
· 7 years ago
6091665
Merge "Add more linker debug."
by Martin Stjernholm
· 7 years ago
95252ee
Add more linker debug.
by Martin Stjernholm
· 7 years ago
036e09c
Don't install *.mountpoint targets
by Jiyong Park
· 7 years ago
92b3e1b
Cosmetic changes to linker allocator and config
by Ryan Prichard
· 7 years ago
b0e2dd0
Allow building the linker with -O0
by Ryan Prichard
· 7 years ago
b39cb3c
linker: Handle libraries with disjoint mappings correctly.
by Peter Collingbourne
· 7 years ago
7cdbd0d
Merge "linker: allow using reserved space for multiple libraries."
by Treehugger Robot
· 7 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
· 7 years ago
d102cf6
Merge "Switch linker tests to Android.bp."
by Elliott Hughes
· 7 years ago
f84d0a9
Merge "libasync_safe: stop clobbering other folks' identifiers."
by Elliott Hughes
· 7 years ago
15a2b7b
Switch linker tests to Android.bp.
by Elliott Hughes
· 7 years ago
3019d78
libasync_safe: stop clobbering other folks' identifiers.
by Elliott Hughes
· 7 years ago
fcd3538
Disable native_coverage for ld-android and linker
by Pirama Arumuga Nainar
· 7 years ago
af12c94
Redirect /system/lib/libicuuc.so regardless of duplication in /system
by Victor Chang
· 7 years ago
efc503d
Greylist libraries are attempted to be loaded in the default ns
by Jiyong Park
· 7 years ago
808d176
Merge "Fix linker self-exec detection"
by Ryan Prichard
· 7 years ago
1990ba5
Fix linker self-exec detection
by Ryan Prichard
· 7 years ago
6cb719f
Revert "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q""
by Victor Chang
· 7 years ago
73ee7a6
Merge "Revert "Allow dlopen("/system/lib/<soname>") for pre-Q""
by vichang
· 7 years ago
1906e77
Revert "Allow dlopen("/system/lib/<soname>") for pre-Q"
by vichang
· 7 years ago
9c48951
Merge "Allow dlopen("/system/lib/<soname>") for pre-Q"
by vichang
· 7 years ago
f6e4cfd
Allow dlopen("/system/lib/<soname>") for pre-Q
by Victor Chang
· 7 years ago
bb7e123
Purge linker block allocators before leaving linker
by Vic Yang
· 7 years ago
fbc4c8e
Move the dynamic linker to ./bootstrap subdir
by Jiyong Park
· 7 years ago
a5f914a
Add bionic mount points under /bionic
by Jiyong Park
· 7 years ago
7bb60fc
Revert "linker: Purge block allocator memory when possible"
by Vic Yang
· 7 years ago
ffaae70
Implement arm64 TLSDESC
by Ryan Prichard
· 7 years ago
16455b5
Implement dynamic TLS accesses and allocation
by Ryan Prichard
· 7 years ago
3b463cf
Implement TLS_DTPMOD and TLS_DTPREL relocations
by Ryan Prichard
· 7 years ago
ea41ab0
Ignore DT_TLSDESC_GOT / DT_TLSDESC_PLT
by Ryan Prichard
· 7 years ago
083d850
Move the linker allocator into libc
by Ryan Prichard
· 7 years ago
52165b3
Replace some of linker_allocator's header includes
by Ryan Prichard
· 7 years ago
70ee182
Merge "Call realpath(3) only when the path is accessible for read"
by Treehugger Robot
· 7 years ago
fbd6f3c
Merge changes Iece631a5,I53769e0e
by Treehugger Robot
· 7 years ago
42e8198
Call realpath(3) only when the path is accessible for read
by Jiyong Park
· 7 years ago
57b9d1e
support LIB in runpath
by Jiyong Park
· 7 years ago
dac328a
linker: Reduce number of mmap()/prctl() calls in block allocator
by Vic Yang
· 7 years ago
fb78a4a
linker: Purge block allocator memory when possible
by Vic Yang
· 7 years ago
314c0f7
Merge "Fix soinfo_tls::module dangling reference"
by Ryan Prichard
· 7 years ago
bf427f4
Fix soinfo_tls::module dangling reference
by Ryan Prichard
· 7 years ago
1906268
Merge "linker: only generate log messages when logging is enabled"
by Josh Gao
· 7 years ago
9a23865
Merge changes Ia08e1b5c,I60e589dd,Ib7edb665,Ibf1bf5ec,Ibd623857
by Ryan Prichard
· 7 years ago
a022034
linker: only generate log messages when logging is enabled
by Tim Murray
· 7 years ago
fb8730d
Handle R_GENERIC_TLS_TPREL relocations
by Ryan Prichard
· 7 years ago
1988350
Avoid a dlopen abort on an invalid TLS alignment
by Ryan Prichard
· 7 years ago
5bccde7
Merge "Fix fd leak in android_dlopen_ext."
by Treehugger Robot
· 7 years ago
e5e69e0
Record TLS modules and layout static TLS memory
by Ryan Prichard
· 7 years ago
de853ff
Fix fd leak in android_dlopen_ext.
by Martin Stjernholm
· 7 years ago
977e47d
StaticTlsLayout: add exe/tcb and solib layout
by Ryan Prichard
· 7 years ago
9ee8069
Build the linker with -D_USING_LIBCXX
by Ryan Prichard
· 7 years ago
45d1349
Reorganize static TLS memory for ELF TLS
by Ryan Prichard
· 7 years ago
6b55cc3
dir.${section}: downgrade "can't resolve" diag
by Ryan Prichard
· 7 years ago
2ccb2f0
Add generic TLS linker reloc macros
by Ryan Prichard
· 7 years ago
259429b
Further improve of linker memory allocators
by Vic Yang
· 7 years ago
5493851
Reduce LinkerSmallObjectAllocator memory overhead
by Vic Yang
· 7 years ago
0218e92
Fix performance-for-range-copy warnings
by Chih-Hung Hsieh
· 7 years ago
34583c1
Move dlerror out of a TLS slot and into a pthread_internal_t member.
by Elliott Hughes
· 7 years ago
Next »