Struct gimli::read::LocListIter [−][src]
pub struct LocListIter<R: Reader> { /* fields omitted */ }
Expand description
An iterator over a location list.
This iterator internally handles processing of base address selection entries and list end entries. Thus, it only returns location entries that are valid and already adjusted for the base address.
Implementations
Advance the iterator to the next location.