Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
e04aa450c2b51ea066d1a1c37978cce808d13872
/
linker
6cdeb52
Fix unused DT entry warnings.
by Dmitriy Ivanov
· 11 years ago
96bc37f
Return has_DT_SYMBOLIC flag.
by Dmitriy Ivanov
· 11 years ago
e93be99
Fix gdb could not get shared library list issue
by Ningsheng Jian
· 11 years ago
4a6e711
Merge "Add a dummy atexit(3) to the linker."
by Dan Albert
· 11 years ago
9a05e38
Add a dummy atexit(3) to the linker.
by Dan Albert
· 11 years ago
0dc39f9
Fix a couple more cases of missing CLOEXEC.
by Elliott Hughes
· 11 years ago
1b77423
Temporary disable DL_WARNs for unused DT_*
by Dmitriy Ivanov
· 11 years ago
f240aa8
Fix 64bit build
by Dmitriy Ivanov
· 11 years ago
4a6e9a8
Fix some unused DT_ warnings
by Dmitriy Ivanov
· 11 years ago
8f61d99
Remove has_DT_SYMBOLIC flag
by Dmitriy Ivanov
· 11 years ago
e8ba50f
Fix dlsym() to take into account RTLD_GLOBAL/LOCAL
by Dmitriy Ivanov
· 11 years ago
d74aa58
Merge "Fix unload of recursively linked library"
by Dmitriy Ivanov
· 11 years ago
aad9206
Merge "Reformatting"
by Dmitriy Ivanov
· 11 years ago
66bbf15
Merge "Refactoring: C++11 style DISABLE_ bionic marcos"
by Dmitriy Ivanov
· 11 years ago
6abf624
Reformatting
by Dmitriy Ivanov
· 11 years ago
a6ac54a
Fix unload of recursively linked library
by Dmitriy Ivanov
· 11 years ago
9aea164
Add IFUNC support for arm64 and IRELATIVE reloc
by Dmitriy Ivanov
· 11 years ago
d9ff722
Refactoring: C++11 style DISABLE_ bionic marcos
by Dmitriy Ivanov
· 11 years ago
3c3624f
Merge "Load libraries in breadth-first order"
by Dmitriy Ivanov
· 11 years ago
14669a9
Load libraries in breadth-first order
by Dmitriy Ivanov
· 11 years ago
e07b4da
Merge "Use LOCAL_POST_LINK_CMD to insert the objcopy command for linker."
by Ying Wang
· 11 years ago
498eb18
Revert "Load libraries in breadth-first order"
by Dmitriy Ivanov
· 11 years ago
f9e147b
Use LOCAL_POST_LINK_CMD to insert the objcopy command for linker.
by Ying Wang
· 11 years ago
b2a30ee
Fix order of soinfo links (repairs libcxx tests).
by Dmitriy Ivanov
· 11 years ago
b58db8b
Enable clang compilation with libc but not linker.
by Chih-Hung Hsieh
· 11 years ago
a3ad450
Load libraries in breadth-first order
by Dmitriy Ivanov
· 11 years ago
29bbc9d
Encapsulate soinfo_link_image and soinfo_relocate
by Dmitriy Ivanov
· 11 years ago
e057b9f
Merge "Introduce size-based r/w allocators"
by Dmitriy Ivanov
· 11 years ago
a492605
Implement LinkedList::visit()
by Dmitriy Ivanov
· 11 years ago
0cd83eb
Introduce size-based r/w allocators
by Dmitriy Ivanov
· 11 years ago
c204894
Look into ld_preloads before current library
by Dmitriy Ivanov
· 11 years ago
1138798
Merge "Erase elements in LinkedList::remove_if"
by Dmitriy Ivanov
· 11 years ago
4bea498
Erase elements in LinkedList::remove_if
by Dmitriy Ivanov
· 11 years ago
851135b
Replace NULL with nullptr
by Dmitriy Ivanov
· 11 years ago
052fa3a
Replace snprintf calls in linker.
by Christopher Ferris
· 11 years ago
608217e
Remove unnecessary calls to LinkedList::clear()
by Dmitriy Ivanov
· 11 years ago
1424140
Enable __cxa_atexit && __cxa_finalize for linker
by Dmitriy Ivanov
· 11 years ago
0d15094
Bump soinfo version
by Dmitriy Ivanov
· 11 years ago
9598b8c
Run constructors before resolving ifunc functions
by Dmitriy Ivanov
· 11 years ago
02aa705
Revert "Add support for protected local symbol lookup."
by Dmitriy Ivanov
· 11 years ago
ad5e8b5
Keep symbols for linker
by Dmitriy Ivanov
· 11 years ago
e942b3e
Merge "Added test for ifunc support in dynamic linker."
by Dmitriy Ivanov
· 11 years ago
042426b
Optimize symbol lookup
by Dmitriy Ivanov
· 11 years ago
51a22a1
Label pages mapped by linker_allocator
by Dmitriy Ivanov
· 11 years ago
c5a13ef
Added test for ifunc support in dynamic linker.
by Brigid Smith
· 11 years ago
aa0f2bd
Fix dlsym(3) to do breadth first search.
by Dmitriy Ivanov
· 11 years ago
ed48534
Fix mips/mips64 build
by Dmitriy Ivanov
· 11 years ago
efe1383
Fix 'adb shell /system/bin/linker' crash
by Dmitriy Ivanov
· 11 years ago
4151ea7
Fix global variable initialization for linker
by Dmitriy Ivanov
· 11 years ago
be0e43b
debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping
by Nick Kralevich
· 11 years ago
3758a24
Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files.
by Elliott Hughes
· 11 years ago
625993d
Use VDSO for clock_gettime(2) and gettimeofday(2).
by Elliott Hughes
· 11 years ago
3139f6f
Merge "Remove __CTOR_LIST__ from mips/mips64."
by Elliott Hughes
· 11 years ago
40ad229
Remove __CTOR_LIST__ from mips/mips64.
by Elliott Hughes
· 11 years ago
9965243
Don't zero r1 on entry to the dynamic linker.
by Elliott Hughes
· 11 years ago
3a8646f
Change android_dlextinfo flags to uint64_t
by Dmitriy Ivanov
· 11 years ago
1558138
Regenerate the bionic NOTICE files.
by Elliott Hughes
· 11 years ago
76e289c
Revert "Reenable support for non-PIE executables"
by Nick Kralevich
· 11 years ago
d383066
Build fix
by Dmitriy Ivanov
· 11 years ago
04dc91a
Load library using file handle.
by Dmitriy Ivanov
· 11 years ago
fcac81e
Native tests are now multilib=both by default
by Dmitriy Ivanov
· 11 years ago
12bf3bc
Write message to stderr on __libc_fatal()
by Dmitriy Ivanov
· 11 years ago
d97e9f5
Add support for protected local symbol lookup.
by Dmitriy Ivanov
· 11 years ago
aa836f7
Reinstate the x86 dynamic linker warning for text relocations.
by Elliott Hughes
· 11 years ago
e43c4a7
Disallow dlopen("egl/blah.so") on LP64
by Dmitriy Ivanov
· 11 years ago
ddc4497
Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64""
by Colin Cross
· 11 years ago
d81b3b2
Reenable support for non-PIE executables
by Nick Kralevich
· 11 years ago
ce44166
Fix weak function lookups
by Dmitriy Ivanov
· 11 years ago
acfc637
Revert "HACK: linker: check for handle==0xffffffff on LP64"
by Colin Cross
· 11 years ago
9d98ee1
[MIPS64] linker64 requires startup code
by Chris Dearman
· 11 years ago
1a58629
Remove an unused parameter from the dlopen implementation.
by Elliott Hughes
· 11 years ago
d286796
Turn on -Wunused and fix the mistakes it uncovers.
by Elliott Hughes
· 11 years ago
ce00354
Merge "Do not add arcs to the soinfo graph on dlopen"
by Dmitriy Ivanov
· 11 years ago
3c005d6
Do not add arcs to the soinfo graph on dlopen
by Bjorn Andersson
· 11 years ago
2ea60ff
Remove unnecessary #includes of <sys/atomics.h>.
by Elliott Hughes
· 11 years ago
ca1c802
Removed dlsym handle != NULL check for lp64
by Dmitriy Ivanov
· 11 years ago
346fea0
HACK: linker: check for handle==0xffffffff on LP64
by Colin Cross
· 11 years ago
f092feb
Merge "Add R_X86_64_64 to the list of possible weak relocs"
by Dmitriy Ivanov
· 11 years ago
b648a8a
Add RTLD_NOLOAD support and some related changes.
by Dmitriy Ivanov
· 11 years ago
bb5bb20
Add R_X86_64_64 to the list of possible weak relocs
by Pavel Chupin
· 11 years ago
489e498
Fix lookup-by-base-name for lp64
by Dmitriy Ivanov
· 11 years ago
00c855e
Rethrow SIGTRAP too.
by Elliott Hughes
· 11 years ago
62e3575
debugger.cpp should know the names of the signals it catches.
by Elliott Hughes
· 11 years ago
d59e500
Improve detection of already loaded libraries
by Dmitriy Ivanov
· 11 years ago
6897b7b
Merge "Fix for linker allocator"
by Dmitriy Ivanov
· 11 years ago
1079406
Fix for linker allocator
by Dmitriy Ivanov
· 11 years ago
1728b23
Switch to g_ for globals.
by Elliott Hughes
· 11 years ago
c6b5834
Merge "Remove page level mprotects"
by Dmitriy Ivanov
· 11 years ago
bc23e53
Remove page level mprotects
by Dmitriy Ivanov
· 11 years ago
d44927b
Merge "Refactor linker allocator"
by Dmitriy Ivanov
· 11 years ago
d597d26
Refactor linker allocator
by Dmitriy Ivanov
· 11 years ago
6275f20
Cleanup: updated comments
by Dmitriy Ivanov
· 11 years ago
b906e13
Cleanup: remove AARCH/ARM_COPY relocation support
by Dmitriy Ivanov
· 11 years ago
2aebf54
Remove support for non-PIE executables
by Nick Kralevich
· 11 years ago
9b5ee4a
Merge "Handle empty relro segment or incorrectly sized file."
by Torne (Richard Coles)
· 11 years ago
5ca7ed9
Disallow dlopen("egl/blah.so") on LP64
by Dmitriy Ivanov
· 11 years ago
26ec967
Handle empty relro segment or incorrectly sized file.
by Torne (Richard Coles)
· 11 years ago
b7e289e
Pass si_code through to debuggerd.
by Elliott Hughes
· 11 years ago
0dcf06f
Fix arm64/x86 build.
by Torne (Richard Coles)
· 11 years ago
b1bfa79
Merge "Allow sharing the RELRO section via a file."
by Torne (Richard Coles)
· 11 years ago
Next »