Tobias Klauser 446e0c215c elfio_note: fix MSVC compiler warning
Fix the following MSVC compiler warning:

elfio/elfio_note.hpp(77): warning C4267: 'initializing' : conversion from 'size_t' to 'ELFIO::Elf_Word', possible loss of data

by changing the type of max_name_sizei to Elf_Xword, as
note_secton->get_size() returns Elf_Xword and note_start_positions also
contains members of type Elf_Xword.
2016-10-06 12:07:20 +02:00
2016-07-10 14:35:16 +03:00
2016-07-10 14:35:16 +03:00
2015-09-26 13:03:17 +03:00
2016-07-10 14:35:16 +03:00
2012-11-27 11:45:28 +02:00
2012-02-18 12:01:36 +02:00
2016-07-10 14:35:16 +03:00
2016-07-10 14:35:16 +03:00
2012-11-27 11:45:28 +02:00
2012-11-27 00:00:27 +02:00
2012-12-05 11:02:34 +02:00
2012-11-27 00:00:27 +02:00
2016-07-10 14:35:16 +03:00
2012-11-27 00:00:27 +02:00
2012-02-18 12:01:36 +02:00
2012-12-05 20:01:31 +02:00

ELFIO is a header-only C++ library intended for reading and generating
files in the ELF binary format. It is used as a standalone library - it is not
dependant on any other product or project. Adhering to ISO C++, it compiles on
a wide variety of architectures and compilers.
Description
ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
Readme 19 MiB
Languages
C++ 98.1%
CMake 1.7%
Assembly 0.1%