Type Alias object::read::coff::CoffBigFile
source · pub type CoffBigFile<'data, R = &'data [u8]> = CoffFile<'data, R, AnonObjectHeaderBigobj>;
Expand description
A COFF bigobj object file with 32-bit section numbers.
Aliased Type§
struct CoffBigFile<'data, R = &'data [u8]> { /* private fields */ }