Structsยง
- Debug
Ranges - The raw contents of the
.debug_ranges
section. - Debug
RngLists - The
DebugRngLists
struct represents the contents of the.debug_rnglists
section. - Range
- An address range from the
.debug_ranges
,.debug_rnglists
, or.debug_aranges
sections. - Range
Lists - The DWARF data found in
.debug_ranges
and.debug_rnglists
sections. - RawRange ๐
- A raw address range from the
.debug_ranges
section. - RawRng
List Iter - A raw iterator over an address range list.
- RngList
Iter - An iterator over an address range list.
Enumsยง
- Range
Lists ๐Format - RawRng
List Entry - A raw entry in .debug_rnglists
Type Aliasesยง
- RngLists
Header ๐