Type Alias XcoffComdat64

Source
pub type XcoffComdat64<'data, 'file, R = &'data [u8]> = XcoffComdat<'data, 'file, FileHeader64, R>;
Expand description

A COMDAT section group in a XcoffFile64.

Aliased Type§

pub struct XcoffComdat64<'data, 'file, R = &'data [u8]> {
    file: &'file XcoffFile<'data, FileHeader64, R>,
}

Fields§

§file: &'file XcoffFile<'data, FileHeader64, R>