[libbacktrace] Use size_t for low_offset/high_offset fields of struct unit
authorTom de Vries <tdevries@suse.de>
Wed, 23 Jan 2019 10:22:43 +0000 (10:22 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Wed, 23 Jan 2019 10:22:43 +0000 (10:22 +0000)
commit3f5d2012fb0ba2306b8f0799b50ccee6dc3762fc
tree0f735c02a3010558504dbd36dd3992f0fafe0114
parent37aa68563b3af16a1623490ae81f0712062f39e0
[libbacktrace] Use size_t for low_offset/high_offset fields of struct unit

2019-01-23  Tom de Vries  <tdevries@suse.de>

* dwarf.c (struct unit): Use size_t for low_offset/high_offset fields.
(units_search, find_unit): Use size_t for offset.
(build_address_map): Use size_t for unit_offset.

From-SVN: r268180
libbacktrace/ChangeLog
libbacktrace/dwarf.c