Searched defs:goobjReloc (Results 1 – 1 of 1) sorted by relevance
84 type goobjReloc struct { struct85 Off int3286 Size uint887 Type objabi.RelocType88 Add int6489 Sym string92 func (r goobjReloc) String(insnOffset uint64) string {