- d9a9779 Refactor the phdr max/min alignment code. by Elliott Hughes · 9 months ago
- 4edc20d Re-land^2 linker support for MTE globals by Florian Mayer · 10 months ago
- ce1c3cf linker: LoadSegments: Load 4KiB ELFs on 16KiB page-sized systems by Kalesh Singh · 11 months ago
- b23787f linker: LoadSegments: Preparatory work for 16KiB App Compat by Kalesh Singh · 12 months ago
- 138a955 linker: LoadSegments: Factor out MapBssSection() by Kalesh Singh · 12 months ago
- e0f4a37 linker: LoadSegments: Factor out DropPaddingPages() by Kalesh Singh · 12 months ago
- 37bcaea linker: LoadSegments: Factor out ZeroFillSegment() by Kalesh Singh · 12 months ago
- 86e04f6 linker: LoadSegments: Factor out MapSegment() by Kalesh Singh · 12 months ago
- fc89c8a Linker: clear error for incorrect page size load. by Steven Moreland · 1 year, 1 month ago
- c5c1d19 loader: Only extend segments if kernel supports page size migration by Kalesh Singh · 1 year, 5 months ago
- 396868c [[nodiscard]] the various ElfReader functions. by Elliott Hughes · 1 year, 5 months ago
- 702d9b0 Reapply "RELAND: bionic: loader: Extend GNU_RELRO protection" by Kalesh Singh · 1 year, 6 months ago
- 4084b55 Reapply "RELAND: bionic: loader: Extend LOAD segment VMAs" by Kalesh Singh · 1 year, 6 months ago
- 7a04fed Revert "RELAND: bionic: loader: Extend LOAD segment VMAs" by Kalesh Singh · 1 year, 6 months ago
- 26de648 Revert "RELAND: bionic: loader: Extend GNU_RELRO protection" by Kalesh Singh · 1 year, 6 months ago
- 41b8863 RELAND: bionic: loader: Extend GNU_RELRO protection by Kalesh Singh · 1 year, 10 months ago
- 944164c RELAND: bionic: loader: Extend LOAD segment VMAs by Kalesh Singh · 1 year, 11 months ago
- 92a7e1c Revert "bionic: loader: Extend LOAD segment VMAs" by Zheng Pan · 1 year, 7 months ago
- 9535c32 Revert "bionic: loader: Extend GNU_RELRO protection" by Zheng Pan · 1 year, 7 months ago
- 33f8970 bionic: loader: Extend GNU_RELRO protection by Kalesh Singh · 1 year, 10 months ago
- 4b4fb6f bionic: loader: Extend LOAD segment VMAs by Kalesh Singh · 1 year, 11 months ago
- 377f0b9 bionic: Introduce ElfReader::ReadPadSegmentNote() by Kalesh Singh · 1 year, 7 months ago
- 6bbb75a Revert "Linker support for MTE globals." by Evgenii Stepanov · 1 year, 9 months ago
- e8139f5 Linker support for MTE globals. by Mitch Phillips · 2 years, 9 months ago
- 47d27aa Bionic: Mark PMD aligned text segments huge page eligible by Collin Fijalkovich · 4 years, 5 months ago
- 8d55d18 Enable BTI in bionic linker by Tamas Petz · 6 years ago
- e0848bb Pagetable-friendly shared library address randomization. by Evgenii Stepanov · 5 years ago
- 474f2f5 Revert "Add randomized padding around shared library mappings." by Evgenii Stepanov · 5 years ago
- a8cf3fe Add randomized padding around shared library mappings. by Evgenii Stepanov · 5 years ago
- fa9f7f2 Fix DLEXT_WRITE_RELRO when loading multiple libs. by Torne (Richard Coles) · 6 years ago
- efbe9a5 linker: allow using reserved space for multiple libraries. by Torne (Richard Coles) · 7 years ago
- 8f639a4 Allow invoking the linker on an executable. by Ryan Prichard · 7 years ago
- cbc80ba Switch the rest of our internal headers to #pragma once. by Elliott Hughes · 8 years ago
- 7e2d49a Check alignment along with range of mapped file fragments by Dimitry Ivanov · 9 years ago
- f45b0e9 Do not unmap reserved region on dlclose by Dimitry Ivanov · 10 years ago
- 3c52481 Handling invalid section headers by Dmitriy Ivanov · 10 years ago
- 4f7a7ad Implement Library Load Order Randomization by Dmitriy Ivanov · 10 years ago
- cf1cbbe refactoring: introduce MappedFileFragment by Dmitriy Ivanov · 10 years ago
- d640b22 A special linker for ASan executables. by Evgenii Stepanov · 10 years ago
- 3f987f5 Fix crash when trying to load invalid ELF file. by Dmitriy Ivanov · 10 years ago
- 56be6ed Revert "Remove text-relocation support for lp32" by Dimitry Ivanov · 10 years ago
- cb00add Remove text-relocation support for lp32 by Dmitriy Ivanov · 10 years ago
- 20d89cb Fix long lines and replace macros with functions. by Dmitriy Ivanov · 10 years ago
- 1649e7e Enable -Wold-style-cast warnings for linker by Dmitriy Ivanov · 11 years ago
- 07e5bc1 Add file_offset parameter to android_extinfo by Dmitriy Ivanov · 11 years ago
- e93be99 Fix gdb could not get shared library list issue by Ningsheng Jian · 11 years ago
- 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
- 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
- a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
- 851135b Replace NULL with nullptr by Dmitriy Ivanov · 11 years ago
- 183ad9d Allow sharing the RELRO section via a file. by Torne (Richard Coles) · 12 years ago
- 12bbb91 Support loading libraries to a reserved address. by Torne (Richard Coles) · 12 years ago
- 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 12 years ago
- 4eeb1f1 Clean up linker architecture macros. by Elliott Hughes · 12 years ago
- c00f2cb x86_64 linker. by Elliott Hughes · 12 years ago
- c620059 Remove 32-bit assumptions from the ELF code. by Elliott Hughes · 12 years ago
- e7dffe1 Honor p_vaddr if set by Brian Carlstrom · 13 years ago
- 650be4e More linker cleanup. by Elliott Hughes · 13 years ago
- d4ee82d Minor linker cleanup, primarily to use Elf32_Dyn by Brian Carlstrom · 13 years ago
- cf23905 [MIPS] Set DT_DEBUG dyntab entry if it is writable by Chris Dearman · 13 years ago
- 18a206c More dynamic linker cleanup. by Elliott Hughes · 13 years ago
- 12c78bb linker: avoid clobbering the .dynamic section of shared libs by Ard Biesheuvel · 13 years ago
- 4688279 Clean up the linker a bit, remove prelinking support. by Elliott Hughes · 13 years ago
- c1bd559 linker: New sources to manage the ELF program header table. by David 'Digit' Turner · 13 years ago