ELFIO/elfio
Serge Lamikhov-Center 3c5620d46d Make note section entries for 64-bit ELF file be the same as for 32-bit file
There are discrepancies in documentations. SCO documentation
(http://www.sco.com/developers/gabi/latest/ch5.pheader.html#note_section)
requires 8 byte entries alignment for 64-bit ELF file,
but Oracle's definition uses the same structure
for 32-bit and 64-bit formats.
(https://docs.oracle.com/cd/E23824_01/html/819-0690/chapter6-18048.html)

It looks like EM_X86_64 Linux implementation is similar to Oracle's
definition. Therefore, the same alignment works for both formats
2016-07-10 11:35:23 +03:00
..
elf_types.hpp The list of machine architectures was updated 2015-04-30 18:16:03 +03:00
elfio_dump.hpp Prevent accessing pdata struct if it doesn't exist. 2016-04-23 16:37:48 +03:00
elfio_dynamic.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_header.hpp Copyright year update 2015-02-13 20:51:07 +02:00
elfio_note.hpp Make note section entries for 64-bit ELF file be the same as for 32-bit file 2016-07-10 11:35:23 +03:00
elfio_relocation.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_section.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_segment.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_strings.hpp Refactoring 2016-04-23 17:58:34 +03:00
elfio_symbols.hpp Copyright year update 2015-02-13 20:51:07 +02:00
elfio_utils.hpp Copyright year update 2015-02-13 20:51:07 +02:00
elfio.hpp Refactoring 2016-04-23 17:58:34 +03:00