Type Alias object::read::xcoff::XcoffFile64
source · pub type XcoffFile64<'data, R = &'data [u8]> = XcoffFile<'data, FileHeader64, R>;
Expand description
A 64-bit XCOFF object file.
This is a file that starts with xcoff::FileHeader64
, and corresponds
to crate::FileKind::Xcoff64
.
Aliased Type§
struct XcoffFile64<'data, R = &'data [u8]> { /* private fields */ }