pub type NativeXcoffFile<'data, R = &'data [u8]> = XcoffFile64<'data, R>;Expand description
The XCOFF file format that matches the pointer width of the target platform.
Aliased Typeยง
pub struct NativeXcoffFile<'data, R = &'data [u8]> { /* private fields */ }