Type Definition object::read::coff::CoffBigSymbolTable
source · pub type CoffBigSymbolTable<'data, 'file, R = &'data [u8]> = CoffSymbolTable<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description
A symbol table of a CoffBigFile
.