Type Alias object::read::xcoff::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]> { /* private fields */ }