summaryrefslogtreecommitdiffstats
path: root/linker/linker_phdr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename library_offset to library_fd_offsetDmitriy Ivanov2014-10-221-8/+2
* Add file_offset parameter to android_extinfoDmitriy Ivanov2014-10-211-5/+12
* Fix gdb could not get shared library list issueNingsheng Jian2014-10-021-1/+6
* Load libraries in breadth-first orderDmitriy Ivanov2014-10-011-23/+6
* Revert "Load libraries in breadth-first order"Dmitriy Ivanov2014-10-011-6/+23
* Load libraries in breadth-first orderDmitriy Ivanov2014-10-011-23/+6
* Replace NULL with nullptrDmitriy Ivanov2014-10-011-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