Fixup error on empty .debug_pubtypes section (#215)
* tox: explicitly set locale
Locale affects GNU binutils output translation which cause
run_readelf_tests.py to fail if system language is not English.
Signed-off-by: Efimov Vasily <real@ispras.ru>
* test: unittest reproducing error with empty ".debug_pubtypes" section
Signed-off-by: Efimov Vasily <real@ispras.ru>
* NameLUT: use `construct.If` to declare "name" field
This patch also fixes problem with empty first entry.
Signed-off-by: Efimov Vasily <real@ispras.ru>
* NameLUT._get_entries: remove unused `bytes_read`
Signed-off-by: Efimov Vasily <real@ispras.ru>