mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-29 09:16:47 +00:00
1676247836
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. |
||
---|---|---|
.. | ||
elf_types.hpp | ||
elfio_dump.hpp | ||
elfio_dynamic.hpp | ||
elfio_header.hpp | ||
elfio_note.hpp | ||
elfio_relocation.hpp | ||
elfio_section.hpp | ||
elfio_segment.hpp | ||
elfio_strings.hpp | ||
elfio_symbols.hpp | ||
elfio_utils.hpp | ||
elfio.hpp |