Lines Matching full:info
19 info []byte
41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {
46 info: info,
59 if len(d.info) < 6 {
60 return nil, DecodeError{"info", Offset(len(d.info)), "too short"}
63 if d.info[0] == 0xff && d.info[1] == 0xff && d.info[2] == 0xff && d.info[3] == 0xff {
64 if len(d.info) < 14 {
65 return nil, DecodeError{"info", Offset(len(d.info)), "too short"}
70 x, y := d.info[offset], d.info[offset+1]
73 return nil, DecodeError{"info", 4, "unsupported version 0"}
79 return nil, DecodeError{"info", 4, "cannot determine byte order"}
91 // typical object with DWARF version 4 debug info will have multiple