summaryrefslogtreecommitdiffstats
path: root/linker
Commit message (Expand)AuthorAgeFilesLines
* Set up the private variables.Ying Wang2012-10-101-0/+8
* Test flags before using "info"Andy McFadden2012-10-021-9/+49
* Improve the dynamic linker diagnostics.Elliott Hughes2012-08-291-7/+7
* Merge "linker: Fix ARM_R_COPY relocations"Nick Kralevich2012-08-281-18/+44
|\
| * linker: Fix ARM_R_COPY relocationsNick Kralevich2012-08-281-18/+44
* | Allow linker to compile with -DLINKER_DEBUG=1Nick Kralevich2012-08-241-0/+10
|/
* Add link.h for all platforms with dl_phdr_infoPavel Chupin2012-08-171-17/+1
* Fix comment typos.Elliott Hughes2012-08-151-6/+6
* Regenerate all NOTICE files with the latest version of the script.Elliott Hughes2012-08-151-5/+5
* More cleanup.Elliott Hughes2012-08-144-147/+107
* linker: avoid clobbering the .dynamic section of shared libsArd Biesheuvel2012-08-143-113/+88
* Add dependencies on all the makefiles.Elliott Hughes2012-08-131-0/+1
* Fix module constructor order.Evgeniy Stepanov2012-08-131-11/+14
* linker: don't perform unnecessary mprotectsNick Kralevich2012-08-132-48/+28
* Merge "Set the dynamic field in the link map for the linker itself."Ben Cheng2012-08-101-0/+11
|\
| * Set the dynamic field in the link map for the linker itself.Ben Cheng2012-08-101-0/+11
* | Auto-generate a complete NOTICE file.Elliott Hughes2012-08-091-189/+155
|/
* Fix x86 build.Elliott Hughes2012-08-081-1/+1
* Clean up the linker a bit, remove prelinking support.Elliott Hughes2012-08-0710-359/+312
* MIPS support to the linkerRaghu Gandham2012-08-027-56/+311
* Fix a TEMP_FAILURE_RETRY usage error in the linker.Elliott Hughes2012-07-271-5/+4
* Merge "linker: Fix LD_PRELOADS for calling constructors"Nick Kralevich2012-07-181-0/+5
|\
| * linker: Fix LD_PRELOADS for calling constructorsKito Cheng2012-07-151-0/+5
* | Merge "bionic: Report linker relocation address to gdb"Elliott Hughes2012-07-161-7/+8
|\ \
| * | bionic: Report linker relocation address to gdbRyan V. Bissell2012-07-161-7/+8
| |/
* | linker: cleanup of undefined state handling, which is really dead codeRobin Burchell2012-07-161-1/+1
* | linker: Use SHN_UNDEF instead of describing what it is trying to do.Robin Burchell2012-07-161-2/+2
* | Use std=gnu99 for the dynamic linker as well as libc.Elliott Hughes2012-07-161-1/+2
|/
* am 67636eea: am 40e7ed58: Unhide rtld_db_dlactivity()Andrew Hsieh2012-07-092-3/+3
|\
| * am 40e7ed58: Unhide rtld_db_dlactivity()Andrew Hsieh2012-07-092-3/+3
| |\
| | * Unhide rtld_db_dlactivity()Andrew Hsieh2012-07-022-3/+3
* | | linker: improve loadable segment protection.David 'Digit' Turner2012-06-262-442/+98
* | | linker: simplify code for dynamic and ARM exidx sections.David 'Digit' Turner2012-06-261-43/+14
* | | linker: rename load_offset to load_bias.David 'Digit' Turner2012-06-252-18/+43
* | | linker: avoid mapping the whole library before load.David 'Digit' Turner2012-06-251-111/+61
* | | linker: Add PAGE_START/OFFSET/END convenience macrosDavid 'Digit' Turner2012-06-251-18/+15
* | | linker: New sources to manage the ELF program header table.David 'Digit' Turner2012-06-254-1/+795
* | | Add module base to main executable's ARM_exidx.Evgeniy Stepanov2012-06-221-1/+1
* | | am fa136e8c: am a5948157: Merge "Define __stack_chk_fail_local.S"Andrew Hsieh2012-06-202-1/+4
|\ \ \ | |/ /
| * | am a5948157: Merge "Define __stack_chk_fail_local.S"Andrew Hsieh2012-06-202-1/+4
| |\ \ | | |/ | |/|
| | * Define __stack_chk_fail_local.SAndrew Hsieh2012-06-212-1/+4
| | * Make the linker relocatable.Nick Kralevich2012-05-153-44/+121
| | * linker: set LOCAL_NO_CRT := trueNick Kralevich2012-05-151-8/+3
| | * linker: Fix the computation of si->baseDavid 'Digit' Turner2012-05-151-1/+12
| | * Add linker support for PIENick Kralevich2012-05-151-14/+23
* | | linker: reduce size by nearly 20KBDavid 'Digit' Turner2012-06-191-0/+15
* | | linker: small code-cleanupDavid 'Digit' Turner2012-06-134-69/+68
* | | am e4db460a: am b7630f01: Use new debuggerd protocol.Jeff Brown2012-06-081-4/+23
|\ \ \ | |/ /
| * | Use new debuggerd protocol.Jeff Brown2012-06-061-4/+23
* | | Support non-zero p_vaddr in first PT_LOAD segmentJi-Hwan Lee2012-06-042-40/+83