summaryrefslogtreecommitdiffstats
path: root/linker/linker_phdr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when trying to load invalid ELF file.Dmitriy Ivanov2015-06-251-2/+16
* Add flag that makes linker honor min(p_vaddr)Dmitriy Ivanov2015-06-181-1/+7
* linker: never mark pages simultaneously writable / executableNick Kralevich2015-04-011-1/+7
* Revert "Remove text-relocation support for lp32"Dimitry Ivanov2015-04-011-0/+64
* Remove text-relocation support for lp32Dmitriy Ivanov2015-03-311-64/+0
* Fix long lines and replace macros with functions.Dmitriy Ivanov2015-03-311-10/+19
* Add support for packed relocations.Dmitriy Ivanov2015-03-061-1/+1
* Add missing includes.Elliott Hughes2015-01-281-0/+1
* Enable -Wold-style-cast warnings for linkerDmitriy Ivanov2015-01-221-3/+3
* Kill <machine/exec.h>.Elliott Hughes2014-12-021-2/+15
* Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-211-8/+2
* Fix misleading comment.Robert Grosse2014-10-151-3/+3
* Add file_offset parameter to android_extinfoDmitriy Ivanov2014-10-061-5/+12
* Fix gdb could not get shared library list issueNingsheng Jian2014-09-261-1/+6
* Load libraries in breadth-first orderDmitriy Ivanov2014-09-081-23/+6
* Revert "Load libraries in breadth-first order"Dmitriy Ivanov2014-09-051-6/+23
* Load libraries in breadth-first orderDmitriy Ivanov2014-09-031-23/+6
* Replace NULL with nullptrDmitriy Ivanov2014-08-291-16/+16
* Use VDSO for clock_gettime(2) and gettimeofday(2).Elliott Hughes2014-07-161-4/+1
* Load library using file handle.Dmitriy Ivanov2014-07-021-3/+0
* Handle empty relro segment or incorrectly sized file.Torne (Richard Coles)2014-05-021-3/+13
* Allow sharing the RELRO section via a file.Torne (Richard Coles)2014-04-171-0/+126
* Support loading libraries to a reserved address.Torne (Richard Coles)2014-04-171-8/+30
* Clean up all the lint cpplint can find in the dynamic linker.Elliott Hughes2014-02-111-7/+7
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-162/+164
* bionic: Do not use magic number for portabilityQiming Shi2014-01-271-3/+3
* AArch64: Linker64 support for AArch64Marcus Oakland2013-12-171-11/+2
* Clean up linker architecture macros.Elliott Hughes2013-10-281-11/+7
* x86_64 linker.Elliott Hughes2013-10-081-4/+25
* Remove 32-bit assumptions from the ELF code.Elliott Hughes2013-09-301-107/+71
* Add more information to error due to truncated Elf32_EhdrBrian Carlstrom2013-08-141-1/+2
* Honor p_vaddr if setBrian Carlstrom2013-06-071-20/+27
* Fix bionic linker to support segments with zero p_fileszBrian Carlstrom2013-05-211-10/+13
* More linker cleanup.Elliott Hughes2013-03-051-231/+233
* Minor linker cleanup, primarily to use Elf32_DynBrian Carlstrom2013-03-051-2/+2
* [MIPS] Set DT_DEBUG dyntab entry if it is writableChris Dearman2013-01-141-1/+6
* More dynamic linker cleanup.Elliott Hughes2012-10-301-0/+643