Home
last modified time | relevance | path

Searched defs:DWAttr (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
Ddwarf.go810 type DWAttr struct { struct
811 Link *DWAttr
812 Atr uint16 // DW_AT_
813 Cls uint8 // DW_CLS_
814 Value int64
815 Data interface{}
940 func PutAttrs(ctxt Context, s Sym, abbrev int, attr *DWAttr) {