ELFIO/elfio
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
..
elf_types.hpp New e_machine numbers added 2016-07-10 12:36:52 +03:00
elfio_dump.hpp resolve compiler warning by "-Wsign-compare" 2016-09-18 10:44:16 +09: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 elfio_note: fix MSVC compiler warning 2016-10-06 12:07:20 +02: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 elfio: don't cast away const qualifiers 2016-09-22 23:22:39 +03:00
elfio_utils.hpp elfio: don't cast away const qualifiers 2016-09-22 23:22:39 +03:00
elfio.hpp Refactoring 2016-04-23 17:58:34 +03:00