Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
1d79043430a7d61a16908bbaa60e29eb5f0a929d
/
linker
f6e5b58
Introduce api to track fd ownership in libc.
by Josh Gao
· 7 years ago
a897151
linker: improve "bad ELF magic" error.
by Elliott Hughes
· 7 years ago
d3c08f2
Don't emit warning on missing directories
by Jiyong Park
· 7 years ago
216323b
Resolve paths of dir.${section} if possible
by Inseob Kim
· 7 years ago
31cd08f
dynamic linker is running for init
by Jiyong Park
· 7 years ago
8d7866c
Build recovery variant of the dynamic linker
by Jiyong Park
· 7 years ago
742982d
Avoid post-reloc GOT usage in __linker_init
by Ryan Prichard
· 7 years ago
27475b5
Initialize __libc_sysinfo early on.
by Ryan Prichard
· 7 years ago
6631f9b
Clean up TLS_SLOT_BIONIC_PREINIT usage a bit
by Ryan Prichard
· 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
d980cc0
Merge "Remove libskia.so from the greylist"
by Dimitry Ivanov
· 7 years ago
6e6772d
Remove libskia.so from the greylist
by dimitry
· 7 years ago
7046f39
Reenable __work_around_b_24465209__ for x86 linker
by Ryan Prichard
· 7 years ago
b886592
Merge "Mark as recovery_available: true"
by Treehugger Robot
· 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
5603c6e
Mark as recovery_available: true
by Jiyong Park
· 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
7217a09
Libraries without dt_soname are inaccessible
by dimitry
· 7 years ago
73de62e
Disable lld, failed to link bionic/linker.
by Chih-Hung Hsieh
· 8 years ago
470b666
Break libdl.so and ld-android.so's dependency on libc.so.
by Ryan Prichard
· 8 years ago
9724e93
Reject .so files using ELF TLS.
by Elliott Hughes
· 8 years ago
9076b0c
Be clearer about linker warnings.
by Elliott Hughes
· 8 years ago
153168c
Fix RTLD_NEXT/DEFAULT lookup
by dimitry
· 8 years ago
4e6bf9e
Remove obsolete debuggerd32/debuggerd64 hack.
by Elliott Hughes
· 8 years ago
cbc80ba
Switch the rest of our internal headers to #pragma once.
by Elliott Hughes
· 8 years ago
f857d59
Switch x86 begin.c to asm; align ESP correctly
by Ryan Prichard
· 8 years ago
6fa9bdd
Merge "linker_memory: return success in enable_fallback_allocator."
by Treehugger Robot
· 8 years ago
d50a1de
Run bpfmt manually.
by Elliott Hughes
· 8 years ago
321476a
Test ld-android.so directly
by dimitry
· 8 years ago
2e2a893
Merge "linker: simpler encoding for SHT_RELR sections."
by Treehugger Robot
· 8 years ago
f16b659
linker: simpler encoding for SHT_RELR sections.
by Rahul Chaudhry
· 8 years ago
9ee4591
linker: Allow link namespaces without name filters
by Logan Chien
· 8 years ago
72282ad
linker_memory: return success in enable_fallback_allocator.
by Josh Gao
· 8 years ago
d00d38b
Merge "linker: add experimental support for SHT_RELR sections."
by Elliott Hughes
· 8 years ago
b7feec7
linker: add experimental support for SHT_RELR sections.
by Rahul Chaudhry
· 8 years ago
5cec377
Address a bunch of clang-tidy complaints.
by Elliott Hughes
· 8 years ago
39ee5a4
Merge "Adapt to the new libc++/libc++abi update."
by Treehugger Robot
· 8 years ago
06016f2
Fix dlclose for libraries with thread_local dtors
by dimitry
· 8 years ago
581723e
Make ld-android.so export linker symbols
by dimitry
· 8 years ago
11da1dc
Move ld-android.so build under linker/
by dimitry
· 8 years ago
8e8c2c0
Unhardcode linker soname
by dimitry
· 8 years ago
4d1cc9d
Adapt to the new libc++/libc++abi update.
by Dan Albert
· 8 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
2573be6
Merge "Allow property += value in ld.config.txt" am: bfd06f63e5
by Jiyong Park
· 8 years ago
bfd06f6
Merge "Allow property += value in ld.config.txt"
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
8b02951
Allow property += value in ld.config.txt
by Jiyong Park
· 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
0b1c8be
Merge "linker: fix error message for inaccessible libs"
by Dimitry Ivanov
· 8 years ago
8ab16c5
Merge "Set search path to ro.vndk.version property"
by Treehugger Robot
· 8 years ago
8db36a5
linker: fix error message for inaccessible libs
by dimitry
· 8 years ago
27242c6
Actually correctly call vector::erase after remove_if.
by Josh Gao
· 8 years ago
8fc5032
Set search path to ro.vndk.version property
by Sundong Ahn
· 8 years ago
9f69fc7
Merge "Correctly call vector::erase after std::remove_if."
by Treehugger Robot
· 8 years ago
01162f2
Fix: linker segfault on dlopen of a DF_1_GLOBAL so
by Jiyong Park
· 8 years ago
44f6e18
Correctly call vector::erase after std::remove_if.
by Josh Gao
· 8 years ago
68039e5
Merge "Force _start to be the top frame for the linker." am: 5f1a8440ad am: 30ed16f7c7
by Christopher Ferris
· 8 years ago
aa81761
Force _start to be the top frame for the linker.
by Christopher Ferris
· 8 years ago
1f62be3
Merge "Fix mip64 build." am: 92b0f36acc am: 7d8623a4d6 am: c67348fa04
by Elliott Hughes
· 8 years ago
1622b1c
Merge "MIPS: Fix MIPS linker VDSO issues" am: 73651cf23f am: 76c07c50af
by Goran Ferenc
· 8 years ago
ab413c5
Fix mip64 build.
by Elliott Hughes
· 8 years ago
e8c76b7
MIPS: Fix MIPS linker VDSO issues
by Goran Ferenc
· 9 years ago
9db212c
Merge "Add missing includes." am: 36f7b8b789 am: 19ecbbd6a1 am: b4b0e42c0d
by Dan Albert
· 8 years ago
1c78cb0
Add missing includes.
by Dan Albert
· 8 years ago
1a524d6
Revert "linker: disable ld.config.txt in ASAN mode"
by Jiyong Park
· 8 years ago
3491d65
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" am: c6021960a4 am: 735fef090d
by Dan Willemsen
· 8 years ago
c602196
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"
by Dan Willemsen
· 8 years ago
dfbff07
Merge "Use -Werror in bionic" am: 9385d778fd am: 7887421aed am: a4fcd22ffd
by Chih-Hung Hsieh
· 8 years ago
9385d77
Merge "Use -Werror in bionic"
by Treehugger Robot
· 8 years ago
84f0dcd
Use -Werror in bionic
by Chih-Hung Hsieh
· 8 years ago
3a3982d
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
by Dan Willemsen
· 8 years ago
0de4982
Merge "Replace abort with exit(1) in __linker_cannot_link" am: 95f90784ea am: 2161b032e0
by dimitry
· 8 years ago
04f7a79
Replace abort with exit(1) in __linker_cannot_link
by dimitry
· 8 years ago
df775ed
Merge "Link vdso before linking the main executable" am: 62767bc31d am: 348161ed3c
by dimitry
· 8 years ago
c18de1b
Link vdso before linking the main executable
by dimitry
· 8 years ago
93b277a
Merge "Don't resolve permitted.paths" into oc-mr1-dev am: 52cd1e7a42
by Jiyong Park
· 8 years ago
0f33f23
Don't resolve permitted.paths
by Jiyong Park
· 8 years ago
527757e
Don't resolve permitted.paths
by Jiyong Park
· 8 years ago
39b6547
Merge changes from topic "host_bionic" am: 6e6e1abb89 am: 9938cdeee8
by Dan Willemsen
· 8 years ago
60b8ad3
linker: Only link to debuggerd on Android am: 4326d84d21 am: 7e78df9a62
by Dan Willemsen
· 8 years ago
7ccc50d
Use an embedded linker for host bionic
by Dan Willemsen
· 8 years ago
4326d84
linker: Only link to debuggerd on Android
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
cd13aab
Merge changes from topic "version-script-for-binaries" am: 0d5d0746e8 am: fcf482294a
by Dimitry Ivanov
· 8 years ago
383e2a8
Implement __gnu_Unwind_Find_exidx/__cxa_type_match am: 25bf29bbad am: 64403340fe
by dimitry
· 8 years ago
Next »