Searched defs:SetSym (Results 1 – 3 of 3) sorted by relevance
405 func (r *Reloc) SetSym(x SymRef) { func459 func (a *Aux) SetSym(x SymRef) { func488 func (r *RefFlags) SetSym(x SymRef) { func523 func (n *RefName) SetSym(x SymRef) { func
155 func (n *Name) SetSym(x *types.Sym) { n.sym = x } func
62 func (rel Reloc) SetSym(s Sym) { rel.Reloc.SetSym(goobj.SymRef{PkgIdx: 0, SymIdx: uin… func