Searched defs:LoaderHeader64 (Results 1 – 1 of 1) sorted by relevance
287 type LoaderHeader64 struct { struct288 Lversion uint32 // Loader section version number289 Lnsyms uint32 // Number of symbol table entries290 Lnreloc uint32 // Number of relocation table entries291 Listlen uint32 // Length of import file ID string table292 Lnimpid uint32 // Number of import file IDs293 Lstlen uint32 // Length of string table294 Limpoff uint64 // Offset to start of import file IDs295 Lstoff uint64 // Offset to start of string table296 Lsymoff uint64 // Offset to start of symbol table[all …]