Searched defs:DWAttr (Results 1 – 1 of 1) sorted by relevance
810 type DWAttr struct { struct811 Link *DWAttr812 Atr uint16 // DW_AT_813 Cls uint8 // DW_CLS_814 Value int64815 Data interface{}940 func PutAttrs(ctxt Context, s Sym, abbrev int, attr *DWAttr) {