Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
bionic
/
3dbc2fe33e7a1c0e545f7762d3c7a98429c5a82b
/
linker
1a58629
Remove an unused parameter from the dlopen implementation.
by Elliott Hughes
· 10 years ago
d286796
Turn on -Wunused and fix the mistakes it uncovers.
by Elliott Hughes
· 10 years ago
ce00354
Merge "Do not add arcs to the soinfo graph on dlopen"
by Dmitriy Ivanov
· 10 years ago
3c005d6
Do not add arcs to the soinfo graph on dlopen
by Bjorn Andersson
· 10 years ago
2ea60ff
Remove unnecessary #includes of <sys/atomics.h>.
by Elliott Hughes
· 10 years ago
ca1c802
Removed dlsym handle != NULL check for lp64
by Dmitriy Ivanov
· 10 years ago
346fea0
HACK: linker: check for handle==0xffffffff on LP64
by Colin Cross
· 10 years ago
f092feb
Merge "Add R_X86_64_64 to the list of possible weak relocs"
by Dmitriy Ivanov
· 10 years ago
b648a8a
Add RTLD_NOLOAD support and some related changes.
by Dmitriy Ivanov
· 10 years ago
bb5bb20
Add R_X86_64_64 to the list of possible weak relocs
by Pavel Chupin
· 10 years ago
489e498
Fix lookup-by-base-name for lp64
by Dmitriy Ivanov
· 10 years ago
00c855e
Rethrow SIGTRAP too.
by Elliott Hughes
· 10 years ago
62e3575
debugger.cpp should know the names of the signals it catches.
by Elliott Hughes
· 10 years ago
d59e500
Improve detection of already loaded libraries
by Dmitriy Ivanov
· 10 years ago
6897b7b
Merge "Fix for linker allocator"
by Dmitriy Ivanov
· 10 years ago
1079406
Fix for linker allocator
by Dmitriy Ivanov
· 10 years ago
1728b23
Switch to g_ for globals.
by Elliott Hughes
· 10 years ago
c6b5834
Merge "Remove page level mprotects"
by Dmitriy Ivanov
· 10 years ago
bc23e53
Remove page level mprotects
by Dmitriy Ivanov
· 10 years ago
d44927b
Merge "Refactor linker allocator"
by Dmitriy Ivanov
· 10 years ago
d597d26
Refactor linker allocator
by Dmitriy Ivanov
· 11 years ago
6275f20
Cleanup: updated comments
by Dmitriy Ivanov
· 10 years ago
b906e13
Cleanup: remove AARCH/ARM_COPY relocation support
by Dmitriy Ivanov
· 10 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
c363e5d
Merge "Support loading libraries to a reserved address."
by Torne (Richard Coles)
· 11 years ago
16f6429
Merge "Add android_dlopen_ext() interface to linker."
by Torne (Richard Coles)
· 11 years ago
8abf44c
Merge "Make libc signal handler output more like debuggerd."
by Elliott Hughes
· 11 years ago
17e6a98
Make libc signal handler output more like debuggerd.
by Elliott Hughes
· 11 years ago
865119e
Temporarily disable text relocation warnings for x86 libraries
by Du Chenyang
· 11 years ago
183ad9d
Allow sharing the RELRO section via a file.
by Torne (Richard Coles)
· 11 years ago
12bbb91
Support loading libraries to a reserved address.
by Torne (Richard Coles)
· 11 years ago
012cb45
Add android_dlopen_ext() interface to linker.
by Torne (Richard Coles)
· 11 years ago
88b44fe
Remove duplicate line in linker/Android.mk.
by Elliott Hughes
· 11 years ago
c19972a
Merge "Use __unused instead of UNUSED in linker.cpp"
by Christopher Ferris
· 11 years ago
406a75d
linker: use LOCAL_MULTILIB := both style to build linker64
by Colin Cross
· 11 years ago
812fd42
Use __unused instead of UNUSED in linker.cpp
by Kito Cheng
· 11 years ago
851e68a
Unify our assembler macros.
by Elliott Hughes
· 11 years ago
006f9ad
Linker writes to wrong memory location when processing DT_MIPS_RLD_MAP
by Benjamin Adolphi
· 11 years ago
36ee4ab
build linker and linker64 on 64-bit architectures
by Colin Cross
· 11 years ago
c62b8a4
Remove unused variables not spotted by GCC.
by Elliott Hughes
· 11 years ago
faf05ba
Clean up all the lint cpplint can find in the dynamic linker.
by Elliott Hughes
· 11 years ago
9918665
[MIPS64] Dynamic linker
by Chris Dearman
· 11 years ago
0266ae5
Switch <elf.h> over to linux uapi under the covers.
by Elliott Hughes
· 11 years ago
3a9c5d6
Fix <link.h>.
by Elliott Hughes
· 11 years ago
62e9c76
Clean up debugger.cpp slightly.
by Elliott Hughes
· 11 years ago
f858bd1
LP64 binaries should talk to debuggerd64.
by Elliott Hughes
· 11 years ago
5ceb889
bionic: Change the type of soinfo's size to size_t
by Weiwu Chen
· 11 years ago
4041b13
bionic: Do not use magic number for portability
by Qiming Shi
· 11 years ago
d1973ca
bionic: rename aarch64 target to arm64
by Colin Cross
· 11 years ago
a4aafd1
Make it possible for code to query the dynamic linker's default search path.
by Elliott Hughes
· 11 years ago
7ff07ad
Add -Bsymbolic to the ld flags when linking the dynamic linker.
by Elliott Hughes
· 11 years ago
1272dbd
Add NT_PRSTATUS to <elf.h>.
by Elliott Hughes
· 11 years ago
54a7494
Regenerate the NOTICE files.
by Elliott Hughes
· 11 years ago
b93702a
Improve dynamic linker diagnostics for internal errors.
by Elliott Hughes
· 11 years ago
e365f9d
AArch64: Linker64 support for AArch64
by Marcus Oakland
· 11 years ago
5407eed
Fix debugging issues in vdso handling
by Pavel Chupin
· 11 years ago
ebd506c
Fix linker crashes during unknown symbol lookup
by Sergey Melnikov
· 11 years ago
74ce459
Update <sys/exec_elf.h> to get the DF_* flags.
by Elliott Hughes
· 11 years ago
e4d792a
Don't allow text relocations on 64-bit.
by Elliott Hughes
· 11 years ago
4eeb1f1
Clean up linker architecture macros.
by Elliott Hughes
· 11 years ago
60d5b06
Simplify defining the linker architecture macro.
by Elliott Hughes
· 11 years ago
b8b0b6b
Revert "Don't warn about x86 text relocations. They're too prevalent."
by Elliott Hughes
· 11 years ago
5be2c59
Don't warn about x86 text relocations. They're too prevalent.
by Elliott Hughes
· 11 years ago
3d4470c
change wording on text relocation message.
by Nick Kralevich
· 11 years ago
2258347
Build the linker with the same -std flags as the rest of bionic.
by Elliott Hughes
· 11 years ago
41b87c6
Merge "x86_64: Add R_X86_64_64 relocation handling"
by Elliott Hughes
· 11 years ago
c7e9b23
Fix sigaction(3) for 64-bit.
by Elliott Hughes
· 11 years ago
c075c18
x86_64: Add R_X86_64_64 relocation handling
by Pavel Chupin
· 11 years ago
1a57f9f
x86_64: Rename 64-bit linker to linker64
by Pavel Chupin
· 12 years ago
eb847bc
Fix x86_64 build, clean up intermediate libraries.
by Elliott Hughes
· 11 years ago
2a0b873
Fix __errno for LP64 and clean up __get_tls.
by Elliott Hughes
· 11 years ago
011bc0b
Use /system/lib64 and /vendor/lib64 for 64-bit libraries.
by Elliott Hughes
· 11 years ago
0f395b7
Make logging fall back to /dev/stderr if we're on the host.
by Elliott Hughes
· 11 years ago
d7398f1
Use linker64 for the 64-bit linker.
by Elliott Hughes
· 11 years ago
afac15d
Use C99 structure initializer designator style.
by Elliott Hughes
· 11 years ago
c00f2cb
x86_64 linker.
by Elliott Hughes
· 11 years ago
99f0e1a
Fix Clang warning since KernelArgumentBlock is actually a class.
by Stephen Hines
· 11 years ago
c620059
Remove 32-bit assumptions from the ELF code.
by Elliott Hughes
· 11 years ago
24053a4
Add the dl_iterate_phdr function to libdl for arm.
by Christopher Ferris
· 11 years ago
87c3585
Make mips_relocate_got tolerate a missing got
by Brian Carlstrom
· 11 years ago
0e79b91
Add more information to error due to truncated Elf32_Ehdr
by Brian Carlstrom
· 11 years ago
cbf07a2
am 2be511d4: Merge "Improve stack overflow diagnostics (take 2)."
by Elliott Hughes
· 11 years ago
84114c8
Improve stack overflow diagnostics (take 2).
by Elliott Hughes
· 11 years ago
6f08b86
am 2cf5a6f6: Merge "Revert "Improve stack overflow diagnostics.""
by Guang Zhu
· 11 years ago
d14dc3b
Revert "Improve stack overflow diagnostics."
by Guang Zhu
· 11 years ago
10a954d
am 026867c7: Merge "Improve stack overflow diagnostics."
by Elliott Hughes
· 11 years ago
aa754dc
Improve stack overflow diagnostics.
by Elliott Hughes
· 11 years ago
d31287d
am 7d624e9a: Merge "Kernel dso support for \'dl_iterate_phdr\' function"
by Elliott Hughes
· 11 years ago
c45087b
Kernel dso support for 'dl_iterate_phdr' function
by Sergey Melnikov
· 12 years ago
100d678
am 53ddcc90: Merge "linker: Emit a warning on text relocations"
by Nick Kralevich
· 11 years ago
c908442
linker: Emit a warning on text relocations
by Nick Kralevich
· 11 years ago
45ef218
am 6807af77: Merge "Make LD_PRELOAD failures just warnings."
by Elliott Hughes
· 11 years ago
7e5a8cc
Make LD_PRELOAD failures just warnings.
by Elliott Hughes
· 11 years ago
d978d21
am 8252b8e4: Merge "Honor p_vaddr if set"
by Brian Carlstrom
· 11 years ago
Next »