ELFIO/ELFIOTest
Mario Werner 0ece76b5eb rewrote the segment save logic to not only care about alignment
The initial implementation only made sure that all sections and segments
are properly aligned. This is enough for simple embedded applications
but can not deal with more complex layouts.

The new implementation should be more generic given that it respects the
virtual addresses of the individual sections.

One thing which is currently not supported by this rewrite are segments
which contain the program/segment header or even the whole elf header.
2014-11-14 08:27:36 +01:00
..
ELFIOTest1.cpp rewrote the segment save logic to not only care about alignment 2014-11-14 08:27:36 +01:00
ELFIOTest.cpp Add a test that verifies ARM executable which was generated by CLang and LLVM 2014-02-27 19:42:57 +02:00
ELFIOTest.vcxproj Using macros for header fields access functions 2014-02-26 17:30:43 +02:00
ELFIOTest.vcxproj.filters Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
ELFIOTest.vcxproj.user Use [i|o]stream instead of [i|o]fstream; The patch was provided by Jason Hiser 2014-02-26 18:02:30 +02:00
Makefile Using macros for header fields access functions 2014-02-26 17:30:43 +02:00