Searched defs:XcoffFileHdr64 (Results 1 – 1 of 1) sorted by relevance
48 type XcoffFileHdr64 struct { struct49 Fmagic uint16 // Target machine50 Fnscns uint16 // Number of sections51 Ftimedat int32 // Time and date of file creation52 Fsymptr uint64 // Byte offset to symbol table start53 Fopthdr uint16 // Number of bytes in optional header54 Fflags uint16 // Flags55 Fnsyms int32 // Number of entries in symbol table