Type Alias object::read::xcoff::XcoffSection32
source · pub type XcoffSection32<'data, 'file, R = &'data [u8]> = XcoffSection<'data, 'file, FileHeader32, R>;
Expand description
A section in an XcoffFile32
.
Aliased Type§
struct XcoffSection32<'data, 'file, R = &'data [u8]> { /* private fields */ }