Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadpe/
Dldpe.go204 type peLoaderState struct { struct
205 l *loader.Loader
206 arch *sys.Arch
207 f *pe.File
208 pn string
209 sectsyms map[*pe.Section]loader.Sym
210 comdats map[uint16]int64 // key is section index, val is size
211 sectdata map[*pe.Section][]byte
212 localSymVersion int
690 …(state *peLoaderState) readpesym(pesym *pe.COFFSymbol) (*loader.SymbolBuilder, loader.Sym, error) {
[all …]