Type Alias object::read::coff::CoffBigRelocationIterator
source · 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 */ }