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]> {
pub(crate) file: &'file CoffCommon<'data, R, AnonObjectHeaderBigobj>,
}
Fields§
§file: &'file CoffCommon<'data, R, AnonObjectHeaderBigobj>