Home
last modified time | relevance | path

Searched defs:peSection (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dpe.go343 type peSection struct { struct
344 name string
345 shortName string
346 index int // one-based index into the Section Table
347 virtualSize uint32
348 virtualAddress uint32
349 sizeOfRawData uint32
350 pointerToRawData uint32
351 pointerToRelocations uint32
352 numberOfRelocations uint16
[all …]