Home | History | Annotate | Download | only in dwarf

Lines Matching full:info

19 	info     []byte
41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {
46 info: info,
58 if len(d.info) < 6 {
59 return nil, DecodeError{"info", Offset(len(d.info)), "too short"}
61 x, y := d.info[4], d.info[5]
64 return nil, DecodeError{"info", 4, "unsupported version 0"}
70 return nil, DecodeError{"info", 4, "cannot determine byte order"}
82 // typical object with DWARF version 4 debug info will have multiple