summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* Replace fixed arrays with vectorsDmitriy Ivanov2015-03-241-52/+70
* Limit soinfo compatibility fields to arm32Dmitriy Ivanov2015-03-191-2/+2
* Implement lookup by DT_SONAMEDmitriy Ivanov2015-03-183-23/+39
* Fix library lookup for filenames with slash.Dmitriy Ivanov2015-03-181-5/+1
* Support loading shared libraries from zip filesSimon Baldwin2015-03-162-15/+98
* General purpose memory allocator for linker.Dmitriy Ivanov2015-03-168-20/+745
* Rename LinkerAllocator and LinkerAllocatorPageDmitriy Ivanov2015-03-104-22/+24
* Refactoring: rename linker_allocator filesDmitriy Ivanov2015-03-106-6/+6
* Store fields for gnu_hash separatelyDmitriy Ivanov2015-03-092-20/+29
* linker: Allow an app to update it's own LD_LIBRARY_PATHNick Kralevich2015-03-071-3/+1
* Add support for packed relocations.Dmitriy Ivanov2015-03-066-7/+298
* Refactoring: introduce reloc_iteratorsDmitriy Ivanov2015-03-064-13/+67
* Fix: DT_DEBUG was acting as DT_REL on mips64Dmitriy Ivanov2015-02-131-1/+1
* Merge "linker: Use load_bias to adjust search address in elf_addr_lookup"Dimitry Ivanov2015-02-051-2/+2
|\
| * linker: Use load_bias to adjust search address in elf_addr_lookupChris Dearman2015-02-041-2/+2
* | Add missing includes.Elliott Hughes2015-01-284-0/+5
* | Only one crashing thread should contact debuggerd.Christopher Ferris2015-01-281-1/+20
* | Fix mips64 build. Replace explicit cast with static_castNikola Veljkovic2015-01-281-2/+2
|/
* Remove obsolete BUILD_TINY_ANDROID.Elliott Hughes2015-01-241-4/+0
* Merge "Minimize calls to mprotect"Dmitriy Ivanov2015-01-241-23/+43
|\
| * Minimize calls to mprotectDmitriy Ivanov2015-01-231-23/+43
* | Merge "Add comments about the -shared flag."Chih-Hung Hsieh2015-01-231-0/+3
|\ \ | |/ |/|
| * Add comments about the -shared flag.Chih-Hung Hsieh2015-01-221-0/+3
* | Add a log message to make the transition from linker to user code clear.Elliott Hughes2015-01-231-0/+2
* | Enable -Wold-style-cast warnings for linkerDmitriy Ivanov2015-01-225-10/+15
|/
* Contact proper debuggerd when crashing.Christopher Ferris2015-01-202-10/+11
* Refactoring: move mips reloc to separate methodDmitriy Ivanov2015-01-145-123/+197
* Refactoring: unify relocate functionDmitriy Ivanov2015-01-132-195/+99
* Refactoring: use generic reloc constantsDmitriy Ivanov2015-01-131-18/+9
* Revert "Refactoring: use generic reloc constants"Dimitry Ivanov2015-01-131-10/+18
* Refactoring: use generic reloc constantsDmitriy Ivanov2015-01-131-18/+10
* Merge changes I713800ce,I1dea46c3Dmitriy Ivanov2015-01-092-102/+113
|\
| * Refactor soinfo::relocateDmitriy Ivanov2015-01-092-102/+113
* | Revert "Must use Clang assembler for mips target."Duane Sand2015-01-091-7/+0
|/
* Merge "Set linux 32bit personality for 32 bit processes"Dmitriy Ivanov2015-01-081-0/+7
|\
| * Set linux 32bit personality for 32 bit processesDmitriy Ivanov2015-01-071-0/+7
* | Print error when prelink fails for main executableDmitriy Ivanov2015-01-071-1/+4
|/
* Add support for DT_MIPS_RLD_MAP2 tag.Raghu Gandham2014-12-191-0/+7
* Must use Clang assembler for mips target.Chih-Hung Hsieh2014-12-181-0/+7
* Fix soinfo_unloadDmitriy Ivanov2014-12-021-4/+14
* Kill <machine/exec.h>.Elliott Hughes2014-12-021-2/+15
* Fix mips buildDmitriy Ivanov2014-12-021-1/+1
* Merge "Count references for groups instead of instances"Dmitriy Ivanov2014-12-024-90/+170
|\
| * Count references for groups instead of instancesDmitriy Ivanov2014-12-024-90/+170
* | Merge "Resolve "unused DT entry" warnings for DT_VERNEED and DT_VERNEEDNUM."Dmitriy Ivanov2014-12-021-0/+2
|\ \
| * | Resolve "unused DT entry" warnings for DT_VERNEED and DT_VERNEEDNUM.Alexander Ivchenko2014-12-021-0/+2
| |/
* | Build our benchmarks against glibc too.Elliott Hughes2014-12-011-1/+1
|/
* Fix jump to unmapped memory on atexitDmitriy Ivanov2014-11-181-7/+19
* Rename soinfo methods and fieldsDmitriy Ivanov2014-11-133-201/+199
* Fix mips buildDmitriy Ivanov2014-11-122-12/+15