pub type CoffBigRelocationIterator<'data, 'file, R = &'data [u8]> = CoffRelocationIterator<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description
An iterator for the relocations in a CoffBigSection
.
Aliased Typeยง
struct CoffBigRelocationIterator<'data, 'file, R = &'data [u8]> { /* private fields */ }