Searched defs:LoaderHeader32 (Results 1 – 1 of 1) sorted by relevance
276 type LoaderHeader32 struct { struct277 Lversion uint32 // Loader section version number278 Lnsyms uint32 // Number of symbol table entries279 Lnreloc uint32 // Number of relocation table entries280 Listlen uint32 // Length of import file ID string table281 Lnimpid uint32 // Number of import file IDs282 Limpoff uint32 // Offset to start of import file IDs283 Lstlen uint32 // Length of string table284 Lstoff uint32 // Offset to start of string table