mirror of
https://github.com/QuasarApp/ELFIO.git
synced 2025-05-15 04:19:33 +00:00
The old implementation aligned the segment start. However, the intended behaviour is to align the offset and the vaddr (p_vaddr % p_align == p_offset % p_align). This is required for the loader which can then operate on memory pages.