Searched defs:loadState (Results 1 – 1 of 1) sorted by relevance
2151 type loadState struct { struct2152 l *Loader2153 … map[uint64]symAndSize // short hashed (content-addressable) symbols, keyed by content hash2154 …Syms map[goobj.HashType]symAndSize // hashed (content-addressable) symbols, keyed by content hash2156 linknameVarRefs []linknameVarRef // linknamed var refererces2166 func (st *loadState) preloadSyms(r *oReader, kind int) {