Type Alias object::read::coff::CoffBigSymbolIterator

source ·
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§

struct CoffBigSymbolIterator<'data, 'file, R = &'data [u8]> {
    file: &'file CoffCommon<'data, R, AnonObjectHeaderBigobj>,
    index: SymbolIndex,
}

Fields§

§file: &'file CoffCommon<'data, R, AnonObjectHeaderBigobj>§index: SymbolIndex