pub type XcoffFile32<'data, R = &'data [u8]> = XcoffFile<'data, FileHeader32, R>;
Expand description
A 32-bit XCOFF object file.
This is a file that starts with xcoff::FileHeader32
, and corresponds
to crate::FileKind::Xcoff32
.
Aliased Typeยง
struct XcoffFile32<'data, R = &'data [u8]> { /* private fields */ }