pub type CoffBigSymbol<'data, 'file, R = &'data [u8]> = CoffSymbol<'data, 'file, R, AnonObjectHeaderBigobj>;Expand description
A symbol in a CoffBigFile.
Most functionality is provided by the ObjectSymbol trait implementation.
Aliased Type§
pub struct CoffBigSymbol<'data, 'file, R = &'data [u8]> {
    pub(crate) file: &'file CoffCommon<'data, R, AnonObjectHeaderBigobj>,
    pub(crate) index: SymbolIndex,
    pub(crate) symbol: &'data ImageSymbolEx,
}Fields§
§file: &'file CoffCommon<'data, R, AnonObjectHeaderBigobj>§index: SymbolIndex§symbol: &'data ImageSymbolEx