| 5 years ago | Jakub Konka | | macho: store source section address of relocs in context |
| 5 years ago | Jakub Konka | | macho: fix alignment of atoms which begin the section |
| 5 years ago | Jakub Konka | | macho: fix commands.zig tests |
| 5 years ago | Jakub Konka | | macho: update max section alignment when inserting atoms |
| 5 years ago | Jakub Konka | | macho: make sure that parsed bss atoms are zero-filled |
| 5 years ago | Jakub Konka | | macho: set and reset file offset to zerofill sections in flush |
| 5 years ago | Jakub Konka | | macho: allocate sections one after the other and grow if needed |
| 5 years ago | Jakub Konka | | macho: require atom padding for machine code only |
| 5 years ago | Jakub Konka | | macho: fix noninclusion of data-in-code |
| 5 years ago | Jakub Konka | | macho: encaps logic for extract sect offset into fn |
| 5 years ago | Jakub Konka | | macho: add logic for segment expansion |
| 5 years ago | Jakub Konka | | macho: add a small routine to update section ordinals at the end |
| 5 years ago | Jakub Konka | | macho: unfortunately, LINKEDIT commands NEED to be in order |
| 5 years ago | Jakub Konka | | macho: dyld info subsections need to follow in strict order |
| 5 years ago | Jakub Konka | | macho: dirty export trie when adding globals |
| 5 years ago | Jakub Konka | | macho: minor fixes to allow the linker to output malformed stage1 |
| 5 years ago | Jakub Konka | | macho: remove obsolete mentions of stage1 |
| 5 years ago | Jakub Konka | | macho: remove all Zld codepaths |
| 5 years ago | Jakub Konka | | macho: implement basic section movement and reallocation |
| 5 years ago | Jakub Konka | | macho: better spec for sections which don't require padding |
| 5 years ago | Jakub Konka | | macho: fix calculating file offset for atom when allocating |
| 5 years ago | Jakub Konka | | macho: minor refactor of const namings |
| 5 years ago | Jakub Konka | | macho: fix condition for checking available size for an atom |
| 5 years ago | Jakub Konka | | macho: clean up allocating atom logic |
| 5 years ago | Jakub Konka | | macho: do not reset section's size after allocating atom |
| 5 years ago | Jakub Konka | | macho: fix allocating sections within segment when parsing objects |
| 5 years ago | Jakub Konka | | macho: add first pass at allocating parsed atoms in objects |
| 5 years ago | Jakub Konka | | macho: remove sorting sections and refactor atom parsing in objects |
| 5 years ago | Jakub Konka | | macho: keep actual file offset for zerofill sections separately |
| 5 years ago | Jakub Konka | | macho: merge __common with __bss section |
| 5 years ago | Jakub Konka | | macho: preactively add zerofill sections in correct order |
| 5 years ago | Jakub Konka | | macho: port mechanism for allocating symbols within atoms |
| 5 years ago | Jakub Konka | | Merge remote-tracking branch 'origin/master' into zld-incr |
| 5 years ago | Jakub Konka | | macho: write all atoms in flush so that we can resolve relocs |
| 5 years ago | Jakub Konka | | macho: fix stub writing in self-hosted setting |
| 5 years ago | Jakub Konka | | macho: save lazy binding info as part of the atom |
| 5 years ago | Jakub Konka | | macho: fix text atom allocation |
| 5 years ago | Jakub Konka | | macho: add GOT entries as actual atoms |
| 5 years ago | Jakub Konka | | macho: generalise free list usage to all sections |
| 5 years ago | Jakub Konka | | macho: add routine for creating Got atoms |
| 5 years ago | Jakub Konka | | macho: use existing rebase mechanism to rebase lazy pointers |
| 5 years ago | Jakub Konka | | macho: rewrite populateLazyBindOffsetsInStubHelper to use atoms |
| 5 years ago | Jakub Konka | | macho: port stub and lazy ptr atoms to stage2 |
| 5 years ago | Jakub Konka | | macho: add routine for creating stubs in __stubs section |
| 5 years ago | Jakub Konka | | macho: fix writing stubs (on x86_64 only) and lazy ptrs |
| 5 years ago | Jakub Konka | | macho: add routine for creating lazy pointer for stub |
| 5 years ago | Jakub Konka | | macho: add routine for creating a dynamic stub_helper atom |
| 5 years ago | Jakub Konka | | macho: incrementally write dyld_private and stub_helper atoms |
| 5 years ago | Jakub Konka | | macho: implement aarch64 prong of createStubHelperAtom |
| 5 years ago | Jakub Konka | | macho: create __stub_helper preamble atom |
|