Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/link/internal/loader/
Dloader.go2151 type loadState struct { struct
2152 l *Loader
2153 … map[uint64]symAndSize // short hashed (content-addressable) symbols, keyed by content hash
2154 …Syms map[goobj.HashType]symAndSize // hashed (content-addressable) symbols, keyed by content hash
2156 linknameVarRefs []linknameVarRef // linknamed var refererces
2166 func (st *loadState) preloadSyms(r *oReader, kind int) {