pub type CoffBigComdat<'data, 'file, R = &'data [u8]> = CoffComdat<'data, 'file, R, AnonObjectHeaderBigobj>;Expand description
A COMDAT section group in a CoffBigFile.
Most functionality is provided by the ObjectComdat trait implementation.
Aliased Type§
pub struct CoffBigComdat<'data, 'file, R = &'data [u8]> {
file: &'file CoffFile<'data, R, AnonObjectHeaderBigobj>,
symbol_index: SymbolIndex,
symbol: &'data ImageSymbolEx,
selection: u8,
}Fields§
§file: &'file CoffFile<'data, R, AnonObjectHeaderBigobj>§symbol_index: SymbolIndex§symbol: &'data ImageSymbolEx§selection: u8