Type Alias object::read::xcoff::relocation::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]> {
    pub(super) file: &'file XcoffFile<'data, FileHeader32, R>,
    pub(super) relocations: Iter<'data, Rel32>,
}

Fields§

§file: &'file XcoffFile<'data, FileHeader32, R>§relocations: Iter<'data, Rel32>