pub type XcoffSection64<'data, 'file, R = &'data [u8]> = XcoffSection<'data, 'file, FileHeader64, R>;
Expand description
A section in an XcoffFile64
.
Aliased Type§
struct XcoffSection64<'data, 'file, R = &'data [u8]> {
pub(super) file: &'file XcoffFile<'data, FileHeader64, R>,
pub(super) section: &'data SectionHeader64,
pub(super) index: SectionIndex,
}
Fields§
§file: &'file XcoffFile<'data, FileHeader64, R>
§section: &'data SectionHeader64
§index: SectionIndex