ELFIO/elfio
Mario Werner 1d2930abc7 redesigned save_segments_and_their_sections
We have some elf files where a section (.ARM.exidx) is located in multiple segments.
To keep this property it is necessary to keep track of the emitted sections.
Furthermore, the correct sequence for the segment emission has to be determined.
This is done by postponing segments which are actually a subsequence of another segment.

Additionally the alignment is not considered as part of the file size of a segment anymore.
2014-02-17 11:52:25 +01:00
..
elf_types.hpp Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
elfio_dump.hpp Remove extra ";" to prevent warnings at compilation with GCC -pedantic option 2013-01-30 01:05:32 +02:00
elfio_dynamic.hpp Data size boundary check for dynamic section reader 2013-01-30 14:45:35 +02:00
elfio_header.hpp Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
elfio_note.hpp Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
elfio_relocation.hpp Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
elfio_section.hpp assign sections to the segments during load based on the offsets 2014-02-13 18:59:16 +01:00
elfio_segment.hpp redesigned save_segments_and_their_sections 2014-02-17 11:52:25 +01:00
elfio_strings.hpp Convert all files to UNIX EOL 2012-11-27 11:45:28 +02:00
elfio_symbols.hpp Dynamic section accessor is implemented 2013-01-13 04:29:43 +02:00
elfio_utils.hpp Remove 'mutable' specification in 'section' class 2013-03-21 02:13:50 +02:00
elfio.hpp redesigned save_segments_and_their_sections 2014-02-17 11:52:25 +01:00