Type Alias object::read::xcoff::relocation::XcoffRelocationIterator64
source · pub type XcoffRelocationIterator64<'data, 'file, R = &'data [u8]> = XcoffRelocationIterator<'data, 'file, FileHeader64, R>;
Expand description
An iterator for the relocations in an XcoffSection64
.
Aliased Type§
struct XcoffRelocationIterator64<'data, 'file, R = &'data [u8]> {
pub(super) file: &'file XcoffFile<'data, FileHeader64, R>,
pub(super) relocations: Iter<'data, Rel64>,
}
Fields§
§file: &'file XcoffFile<'data, FileHeader64, R>
§relocations: Iter<'data, Rel64>