Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
38c37d6705f420ecac4146c11d79bee6e0ca8a03
/
linker
38c37d6
Work around for libraries without dt_soname
by Dmitriy Ivanov
· 10 years ago
c4ebe60
Fix dlsym(handle_of_main_executable, ...)
by Dmitriy Ivanov
· 10 years ago
ca10ac6
Improve some of error/warning messages
by Dmitriy Ivanov
· 10 years ago
4a7c3af
Work around incorrect dt_needed entries
by Dmitriy Ivanov
· 10 years ago
d8ead18
Add functions to provide target sdk version
by Dmitriy Ivanov
· 10 years ago
15309fd
Fix RTLD_NEXT lookup for the local_group
by Dmitriy Ivanov
· 10 years ago
8557eeb
Merge "Apply work around b/19059885 to x86" into mnc-dev
by Dmitriy Ivanov
· 10 years ago
69a5fb9
Apply work around b/19059885 to x86
by Dmitriy Ivanov
· 10 years ago
fa7ba62
Don't use TEMP_FAILURE_RETRY on close in bionic.
by Elliott Hughes
· 10 years ago
d7ad443
Fix regression in crash reporting
by John Reck
· 10 years ago
2a44cfb
ScopedFd: Don't use TEMP_FAILURE_RETRY() with close()
by Spencer Low
· 10 years ago
4bac6ea
Improved dlsym tests and fixes to linker
by Dmitriy Ivanov
· 10 years ago
9cde1dc
Update NOTICE files (the second time today).
by Elliott Hughes
· 10 years ago
dd57029
Simplify three copyright headers.
by Elliott Hughes
· 10 years ago
97139e6
Merge "Update NOTICE files." into mnc-dev
by Elliott Hughes
· 10 years ago
f0bd92d
Update NOTICE files.
by Elliott Hughes
· 10 years ago
b3c01d0
Use realpath for log and error messages
by Dmitriy Ivanov
· 10 years ago
8264afb
VersionTracker: Ignore libraries without soname
by Dmitriy Ivanov
· 10 years ago
456afe2
Fix protected symbol lookups for mips
by Dmitriy Ivanov
· 10 years ago
dc145b5
Lookup version info when relocating mips got
by Dmitriy Ivanov
· 10 years ago
f92a417
Refactoring: move VersionTracker to link_image
by Dmitriy Ivanov
· 10 years ago
114bd83
Refactoring: extract lookup_version_info(..)
by Dmitriy Ivanov
· 10 years ago
0b9e1c6
linker: initialize system properties
by Dmitriy Ivanov
· 10 years ago
e97d519
Fix mips relocation to use load_bias as intended
by Dmitriy Ivanov
· 10 years ago
53ba663
Fix LD_PRELOAD for dlopen()
by Dmitriy Ivanov
· 10 years ago
62a0a63
linker: use libc's environ variable to store envp
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
· 11 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
· 11 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
1b69469
Refactoring: use generic reloc constants
by Dmitriy Ivanov
· 11 years ago
d338aac
Revert "Refactoring: use generic reloc constants"
by Dimitry Ivanov
· 11 years ago
265a60a
Refactoring: use generic reloc constants
by Dmitriy Ivanov
· 11 years ago
9c4783b
Merge changes I713800ce,I1dea46c3
by Dmitriy Ivanov
· 11 years ago
cefef7d
Refactor soinfo::relocate
by Dmitriy Ivanov
· 11 years ago
6f40a8a
Revert "Must use Clang assembler for mips target."
by Duane Sand
· 11 years ago
b5e508c
Merge "Set linux 32bit personality for 32 bit processes"
by Dmitriy Ivanov
· 11 years ago
bfa15e4
Set linux 32bit personality for 32 bit processes
by Dmitriy Ivanov
· 11 years ago
6718125
Print error when prelink fails for main executable
by Dmitriy Ivanov
· 11 years ago
6881572
Add support for DT_MIPS_RLD_MAP2 tag.
by Raghu Gandham
· 11 years ago
6f96d58
Must use Clang assembler for mips target.
by Chih-Hung Hsieh
· 11 years ago
5ae82cb
Fix soinfo_unload
by Dmitriy Ivanov
· 11 years ago
b514026
Kill <machine/exec.h>.
by Elliott Hughes
· 11 years ago
20463e3
Fix mips build
by Dmitriy Ivanov
· 11 years ago
291dbf6
Merge "Count references for groups instead of instances"
by Dmitriy Ivanov
· 11 years ago
ab972b9
Count references for groups instead of instances
by Dmitriy Ivanov
· 11 years ago
224fb61
Merge "Resolve "unused DT entry" warnings for DT_VERNEED and DT_VERNEEDNUM."
by Dmitriy Ivanov
· 11 years ago
e831433
Resolve "unused DT entry" warnings for DT_VERNEED and DT_VERNEEDNUM.
by Alexander Ivchenko
· 11 years ago
212e0e3
Build our benchmarks against glibc too.
by Elliott Hughes
· 11 years ago
a254705
Fix jump to unmapped memory on atexit
by Dmitriy Ivanov
· 11 years ago
047b593
Rename soinfo methods and fields
by Dmitriy Ivanov
· 11 years ago
8894091
Fix mips build
by Dmitriy Ivanov
· 11 years ago
ec18ce0
Add support for hash-style=gnu
by Dmitriy Ivanov
· 11 years ago
16f7f8d
check invalid file offset when loading library
by Yabin Cui
· 11 years ago
38ff882
Merge "Revert "Use local copy of the library name on dlopen""
by Dmitriy Ivanov
· 11 years ago
9fb216f
Revert "Use local copy of the library name on dlopen"
by Dmitriy Ivanov
· 11 years ago
f33ad40
Merge "Fix symbol lookup order during relocation"
by Dmitriy Ivanov
· 11 years ago
da8e591
Use local copy of the library name on dlopen
by Dmitriy Ivanov
· 11 years ago
d225a5e
Fix symbol lookup order during relocation
by Dmitriy Ivanov
· 11 years ago
c9d1658
Remove unnecessary reinterpret_cast
by Dmitriy Ivanov
· 11 years ago
90b74fb
Fix mips build
by Dmitriy Ivanov
· 11 years ago
e47b3f8
Remove unnecessary lookups during relocations
by Dmitriy Ivanov
· 11 years ago
Next »