Type Definition 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.