summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for hash-style=gnuDmitriy Ivanov2014-11-123-57/+214
* check invalid file offset when loading libraryYabin Cui2014-11-041-0/+8
* Merge "Revert "Use local copy of the library name on dlopen""Dmitriy Ivanov2014-11-011-14/+2
|\
| * Revert "Use local copy of the library name on dlopen"Dmitriy Ivanov2014-11-011-14/+2
* | Merge "Fix symbol lookup order during relocation"Dmitriy Ivanov2014-10-313-68/+127
|\ \ | |/ |/|
| * Fix symbol lookup order during relocationDmitriy Ivanov2014-10-313-68/+127
* | Use local copy of the library name on dlopenDmitriy Ivanov2014-10-311-2/+14
|/
* Remove unnecessary reinterpret_castDmitriy Ivanov2014-10-241-1/+1
* Fix mips buildDmitriy Ivanov2014-10-231-1/+1
* Remove unnecessary lookups during relocationsDmitriy Ivanov2014-10-231-22/+5
* Fix relocation to look for symbols in local groupDmitriy Ivanov2014-10-233-79/+124
* Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-212-14/+8
* Merge "Fix misleading comment."Dmitriy Ivanov2014-10-161-3/+3
|\