Module utils

Source
Expand description

Provides some useful functions for reading the DWARF format.

Structs§

DwarfOffset

Functions§

die_in_range
Check if the given address is withing a DIEs address range.
get_current_unit
Find a compilation unit(gimli-rs Unit) using a address.
in_range
Check if the given address is withing a range of addresses.
in_ranges
Check if the given address is withing range of any of the given ranges.