Type Alias object::read::xcoff::XcoffRelocationIterator32
source · pub type XcoffRelocationIterator32<'data, 'file, R = &'data [u8]> = XcoffRelocationIterator<'data, 'file, FileHeader32, R>;
Expand description
An iterator for the relocations in an XcoffSection32
.
Aliased Type§
struct XcoffRelocationIterator32<'data, 'file, R = &'data [u8]> { /* private fields */ }