pub type CoffBigSymbolIterator<'data, 'file, R = &'data [u8]> = CoffSymbolIterator<'data, 'file, R, AnonObjectHeaderBigobj>;Expand description
An iterator for the symbols in a CoffBigFile.
Aliased Type§
pub struct CoffBigSymbolIterator<'data, 'file, R = &'data [u8]> {
    file: &'file CoffCommon<'data, R, AnonObjectHeaderBigobj>,
    index: SymbolIndex,
}Fields§
§file: &'file CoffCommon<'data, R, AnonObjectHeaderBigobj>§index: SymbolIndex