Struct gimli::read::Range [−][src]
pub struct Range { pub begin: u64, pub end: u64, }
An address range from the .debug_ranges
or .debug_rnglists
sections.
Fields
begin: u64
The beginning address of the range.
end: u64
The first address past the end of the range.