Searched defs:FileHeader32 (Results 1 – 2 of 2) sorted by relevance
214 struct FileHeader32 { struct215 uint16_t Magic;216 uint16_t NumberOfSections;217 int32_t TimeStamp;218 uint32_t SymbolTableFileOffset;219 int32_t NumberOfSymbolTableEntries;220 uint16_t AuxiliaryHeaderSize;221 uint16_t Flags;
8 type FileHeader32 struct { struct9 Fmagic uint16 // Target machine10 Fnscns uint16 // Number of sections11 Ftimedat uint32 // Time and date of file creation12 Fsymptr uint32 // Byte offset to symbol table start13 Fnsyms uint32 // Number of entries in symbol table14 Fopthdr uint16 // Number of bytes in optional header15 Fflags uint16 // Flags