summaryrefslogtreecommitdiffstats
path: root/linker/linker_phdr.h
Commit message (Expand)AuthorAgeFilesLines
* Fix crash when trying to load invalid ELF file.Dmitriy Ivanov2015-06-251-1/+2
* Revert "Remove text-relocation support for lp32"Dimitry Ivanov2015-04-011-0/+6
* Remove text-relocation support for lp32Dmitriy Ivanov2015-03-311-6/+0
* Fix long lines and replace macros with functions.Dmitriy Ivanov2015-03-311-7/+10
* Enable -Wold-style-cast warnings for linkerDmitriy Ivanov2015-01-221-1/+1
* Add file_offset parameter to android_extinfoDmitriy Ivanov2014-10-061-1/+2
* Fix gdb could not get shared library list issueNingsheng Jian2014-09-261-1/+2
* Load libraries in breadth-first orderDmitriy Ivanov2014-09-081-2/+1
* Revert "Load libraries in breadth-first order"Dmitriy Ivanov2014-09-051-1/+2
* Load libraries in breadth-first orderDmitriy Ivanov2014-09-031-2/+1
* Replace NULL with nullptrDmitriy Ivanov2014-08-291-1/+1
* Allow sharing the RELRO section via a file.Torne (Richard Coles)2014-04-171-0/+5
* Support loading libraries to a reserved address.Torne (Richard Coles)2014-04-171-2/+2
* Switch <elf.h> over to linux uapi under the covers.Elliott Hughes2014-02-101-19/+19
* Clean up linker architecture macros.Elliott Hughes2013-10-281-1/+1
* x86_64 linker.Elliott Hughes2013-10-081-2/+2
* Remove 32-bit assumptions from the ELF code.Elliott Hughes2013-09-301-41/+21
* Honor p_vaddr if setBrian Carlstrom2013-06-071-1/+5
* More linker cleanup.Elliott Hughes2013-03-051-27/+40
* Minor linker cleanup, primarily to use Elf32_DynBrian Carlstrom2013-03-051-1/+1
* [MIPS] Set DT_DEBUG dyntab entry if it is writableChris Dearman2013-01-141-1/+2
* More dynamic linker cleanup.Elliott Hughes2012-10-301-10/+0
* linker: avoid clobbering the .dynamic section of shared libsArd Biesheuvel2012-08-141-7/+4
* Clean up the linker a bit, remove prelinking support.Elliott Hughes2012-08-071-8/+13
* linker: New sources to manage the ELF program header table.David 'Digit' Turner2012-06-251-0/+112