type ObjSymbol struct {
Name string Kind int// kind of symbol DupOK bool// are duplicate definitions okay? Size int64// size of corresponding data Data []byte// memory image of symbol Type string Reloc []Reloc Func *FuncInfo// additional data for functions}