Searched defs:peSection (Results 1 – 1 of 1) sorted by relevance
343 type peSection struct { struct344 name string345 shortName string346 index int // one-based index into the Section Table347 virtualSize uint32348 virtualAddress uint32349 sizeOfRawData uint32350 pointerToRawData uint32351 pointerToRelocations uint32352 numberOfRelocations uint16[all …]