summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* Always use signed leb128 decoderDmitriy Ivanov2015-04-223-52/+11
* Add library name to error messageDmitriy Ivanov2015-04-201-1/+2
* Support symbol versioningDmitriy Ivanov2015-04-165-43/+476
* Add realpath for soinfoDmitriy Ivanov2015-04-064-115/+191
* Merge "Add ANDROID_DLEXT_FORCE_LOAD flag"Dmitriy Ivanov2015-04-031-10/+12
|\
| * Add ANDROID_DLEXT_FORCE_LOAD flagDmitriy Ivanov2015-04-031-10/+12
* | Merge "Look into local group on dlsym with RTLD_DEFAULT"Dmitriy Ivanov2015-04-023-15/+40
|\ \
| * | Look into local group on dlsym with RTLD_DEFAULTDmitriy Ivanov2015-04-023-15/+40
| |/
* | linker: never mark pages simultaneously writable / executableNick Kralevich2015-04-011-1/+7
|/
* Revert "Remove text-relocation support for lp32"Dimitry Ivanov2015-04-014-4/+108
* Remove text-relocation support for lp32Dmitriy Ivanov2015-03-314-108/+4
* Fix long lines and replace macros with functions.Dmitriy Ivanov2015-03-317-93/+153
* linker_environ: clear MALLOC_CONF when AT_SECURE=1Nick Kralevich2015-03-271-0/+2
* Explain why we need objcopy for the linkerDmitriy Ivanov2015-03-261-1/+3
* 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