Type Alias object::read::coff::CoffBigSymbolTable

source ·
pub type CoffBigSymbolTable<'data, 'file, R = &'data [u8]> = CoffSymbolTable<'data, 'file, R, AnonObjectHeaderBigobj>;
Expand description

A symbol table in a CoffBigFile.

Aliased Type§

struct CoffBigSymbolTable<'data, 'file, R = &'data [u8]> { /* private fields */ }