Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
89bbb846b9831f232b87d54a6eeb759ac603cc43
/
linker
c224747
Improve personality initialization
by Dmitriy Ivanov
· 10 years ago
7271caf
Lock on dl_interate_phdr
by Dmitriy Ivanov
· 10 years ago
71107cd
Merge "Rename ZipEntryName to ZipString"
by Yusuke Sato
· 10 years ago
3f987f5
Fix crash when trying to load invalid ELF file.
by Dmitriy Ivanov
· 10 years ago
56f40fb
Rename ZipEntryName to ZipString
by Yusuke Sato
· 10 years ago
bc425c7
[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers
by Duane Sand
· 10 years ago
c666838
Merge "Revert "[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers""
by Dimitry Ivanov
· 10 years ago
cc83890
Revert "[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers"
by Dimitry Ivanov
· 10 years ago
e4ad91f
Remove text-relocs support for apps targeting M+
by Dmitriy Ivanov
· 10 years ago
d02ec08
[MIPS] Support FR=0 emulation on FR=1 64-bit FP registers
by Duane Sand
· 10 years ago
a970333
Improve library lookup logic
by Dmitriy Ivanov
· 10 years ago
d2c81ed
Revert "Improve library lookup logic"
by Dimitry Ivanov
· 10 years ago
455c145
Improve library lookup logic
by Dmitriy Ivanov
· 10 years ago
dee130f
Revert "[MIPS] Do not use compact branches until GDB supports them"
by Nikola Veljkovic
· 10 years ago
402a750
Make path to apk compliant with jar url format
by Dmitriy Ivanov
· 10 years ago
175dae9
Fix l_addr for the linker
by Dmitriy Ivanov
· 10 years ago
72af123
Merge "Support DT_RUNPATH in the linker."
by Evgenii Stepanov
· 10 years ago
6865082
Support DT_RUNPATH in the linker.
by Evgenii Stepanov
· 10 years ago
ba1d40a
Merge "Statically linked executables should honor AT_SECURE."
by Elliott Hughes
· 10 years ago
f3463db
Merge "Check if strtab exists before using it"
by Dmitriy Ivanov
· 10 years ago
1801db3
Statically linked executables should honor AT_SECURE.
by Elliott Hughes
· 10 years ago
8a11628
Add flag that makes linker honor min(p_vaddr)
by Dmitriy Ivanov
· 10 years ago
624b8f1
Check if strtab exists before using it
by Dmitriy Ivanov
· 10 years ago
1913352
Backward compatibility for dlsym(RTLD_DEFAULT, ...)
by Dmitriy Ivanov
· 10 years ago
11b15b2
Merge "Work around for libraries without dt_soname"
by Dmitriy Ivanov
· 10 years ago
75108f4
Work around for libraries without dt_soname
by Dmitriy Ivanov
· 10 years ago
f439b5a
Fix dlsym(handle_of_main_executable, ...)
by Dmitriy Ivanov
· 10 years ago
d708916
Merge "[MIPS] Do not use compact branches until GDB supports them"
by Elliott Hughes
· 10 years ago
5511551
Merge "Improve some of error/warning messages"
by Dmitriy Ivanov
· 10 years ago
d974e88
Work around incorrect dt_needed entries
by Dmitriy Ivanov
· 10 years ago
087005f
Improve some of error/warning messages
by Dmitriy Ivanov
· 10 years ago
79fd668
Add functions to provide target sdk version
by Dmitriy Ivanov
· 10 years ago
3cec6ec
[MIPS] Do not use compact branches until GDB supports them
by Nikola Veljkovic
· 10 years ago
b96ac41
Fix RTLD_NEXT lookup for the local_group
by Dmitriy Ivanov
· 10 years ago
a42b5bc
Merge "Apply work around b/19059885 to x86"
by Dmitriy Ivanov
· 10 years ago
9185e04
Apply work around b/19059885 to x86
by Dmitriy Ivanov
· 10 years ago
882283e
Merge "Don't use TEMP_FAILURE_RETRY on close in bionic."
by Elliott Hughes
· 10 years ago
4e8ef69
Don't use TEMP_FAILURE_RETRY on close in bionic.
by Elliott Hughes
· 10 years ago
e77e335
Fix regression in crash reporting
by John Reck
· 10 years ago
0346ad7
ScopedFd: Don't use TEMP_FAILURE_RETRY() with close()
by Spencer Low
· 10 years ago
fe77d2d
Merge "Improved dlsym tests and fixes to linker"
by Dmitriy Ivanov
· 10 years ago
697bd9f
Improved dlsym tests and fixes to linker
by Dmitriy Ivanov
· 10 years ago
f58ac87
Update NOTICE files (the second time today).
by Elliott Hughes
· 10 years ago
7e54c76
Update NOTICE files.
by Elliott Hughes
· 10 years ago
8a330ca
Merge "Simplify three copyright headers."
by Elliott Hughes
· 10 years ago
c69ace8
Simplify three copyright headers.
by Elliott Hughes
· 10 years ago
3edb918
Use realpath for log and error messages
by Dmitriy Ivanov
· 10 years ago
406d996
VersionTracker: Ignore libraries without soname
by Dmitriy Ivanov
· 10 years ago
dbe26fd
Fix protected symbol lookups for mips
by Dmitriy Ivanov
· 10 years ago
f39cb63
Lookup version info when relocating mips got
by Dmitriy Ivanov
· 10 years ago
7e4bbba
Refactoring: move VersionTracker to link_image
by Dmitriy Ivanov
· 10 years ago
31b408d
Refactoring: extract lookup_version_info(..)
by Dmitriy Ivanov
· 10 years ago
f29640c
Merge "linker: initialize system properties"
by Dmitriy Ivanov
· 10 years ago
0373d4f
Fix mips relocation to use load_bias as intended
by Dmitriy Ivanov
· 10 years ago
f8093a9
Fix LD_PRELOAD for dlopen()
by Dmitriy Ivanov
· 10 years ago
b4e5067
linker: initialize system properties
by Dmitriy Ivanov
· 10 years ago
a85bcc2
linker: use libc's environ variable to store envp
by Dmitriy Ivanov
· 10 years ago
2ea504f
Remove outdated warning
by Dmitriy Ivanov
· 10 years ago
18870d3
Always use signed leb128 decoder
by Dmitriy Ivanov
· 10 years ago
3d7bea1
Add library name to error message
by Dmitriy Ivanov
· 10 years ago
2a81536
Support symbol versioning
by Dmitriy Ivanov
· 10 years ago
aae859c
Add realpath for soinfo
by Dmitriy Ivanov
· 10 years ago
aea165c
Merge "Add ANDROID_DLEXT_FORCE_LOAD flag"
by Dmitriy Ivanov
· 10 years ago
9b82136
Add ANDROID_DLEXT_FORCE_LOAD flag
by Dmitriy Ivanov
· 10 years ago
06b6e3c
Merge "Look into local group on dlsym with RTLD_DEFAULT"
by Dmitriy Ivanov
· 10 years ago
76ac1ac
Look into local group on dlsym with RTLD_DEFAULT
by Dmitriy Ivanov
· 10 years ago
8fdb341
linker: never mark pages simultaneously writable / executable
by Nick Kralevich
· 10 years ago
56be6ed
Revert "Remove text-relocation support for lp32"
by Dimitry Ivanov
· 10 years ago
cb00add
Remove text-relocation support for lp32
by Dmitriy Ivanov
· 10 years ago
20d89cb
Fix long lines and replace macros with functions.
by Dmitriy Ivanov
· 10 years ago
e001ca3
linker_environ: clear MALLOC_CONF when AT_SECURE=1
by Nick Kralevich
· 10 years ago
797bffb
Explain why we need objcopy for the linker
by Dmitriy Ivanov
· 10 years ago
d165f56
Replace fixed arrays with vectors
by Dmitriy Ivanov
· 10 years ago
e631f91
Limit soinfo compatibility fields to arm32
by Dmitriy Ivanov
· 10 years ago
618f1a3
Implement lookup by DT_SONAME
by Dmitriy Ivanov
· 10 years ago
e44fffd
Fix library lookup for filenames with slash.
by Dmitriy Ivanov
· 10 years ago
aef7195
Support loading shared libraries from zip files
by Simon Baldwin
· 11 years ago
19656ce
General purpose memory allocator for linker.
by Dmitriy Ivanov
· 10 years ago
600bc3c
Rename LinkerAllocator and LinkerAllocatorPage
by Dmitriy Ivanov
· 10 years ago
c9ce70d
Refactoring: rename linker_allocator files
by Dmitriy Ivanov
· 10 years ago
3597b80
Store fields for gnu_hash separately
by Dmitriy Ivanov
· 10 years ago
6bb01b6
linker: Allow an app to update it's own LD_LIBRARY_PATH
by Nick Kralevich
· 10 years ago
18a6956
Add support for packed relocations.
by Dmitriy Ivanov
· 10 years ago
fa26eee
Refactoring: introduce reloc_iterators
by Dmitriy Ivanov
· 11 years ago
c6292ea
Fix: DT_DEBUG was acting as DT_REL on mips64
by Dmitriy Ivanov
· 10 years ago
8e5f9bc
Merge "linker: Use load_bias to adjust search address in elf_addr_lookup"
by Dimitry Ivanov
· 10 years ago
8e55381
linker: Use load_bias to adjust search address in elf_addr_lookup
by Chris Dearman
· 12 years ago
05fc1d7
Add missing includes.
by Elliott Hughes
· 11 years ago
8ea53fa
Only one crashing thread should contact debuggerd.
by Christopher Ferris
· 11 years ago
db3078d
Fix mips64 build. Replace explicit cast with static_cast
by Nikola Veljkovic
· 11 years ago
14152b9
Remove obsolete BUILD_TINY_ANDROID.
by Elliott Hughes
· 11 years ago
31005ca
Merge "Minimize calls to mprotect"
by Dmitriy Ivanov
· 11 years ago
279a22f
Minimize calls to mprotect
by Dmitriy Ivanov
· 11 years ago
f5ae7e9
Merge "Add comments about the -shared flag."
by Chih-Hung Hsieh
· 11 years ago
611f956
Add a log message to make the transition from linker to user code clear.
by Elliott Hughes
· 11 years ago
306ea7e
Add comments about the -shared flag.
by Chih-Hung Hsieh
· 11 years ago
1649e7e
Enable -Wold-style-cast warnings for linker
by Dmitriy Ivanov
· 11 years ago
151da68
Contact proper debuggerd when crashing.
by Christopher Ferris
· 11 years ago
114ff69
Refactoring: move mips reloc to separate method
by Dmitriy Ivanov
· 11 years ago
bcc04d0
Refactoring: unify relocate function
by Dmitriy Ivanov
· 11 years ago
Next »