Type Alias object::read::coff::CoffBigComdat
source · 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§
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