Struct gimli::read::RawLocListIter [−][src]
pub struct RawLocListIter<R: Reader> { /* fields omitted */ }
Expand description
A raw iterator over a location list.
This iterator does not perform any processing of the location entries, such as handling base addresses.
Implementations
Advance the iterator to the next location.