Versions in this module Expand all Collapse all v1 v1.1.0 Aug 16, 2018 Changes in this version + func DecodeSLEB128(buf *bytes.Buffer) (int64, uint32) + func DecodeULEB128(buf *bytes.Buffer) (uint64, uint32) + func EncodeSLEB128(out io.ByteWriter, x int64) + func EncodeULEB128(out io.ByteWriter, x uint64) + func MakeBuf(d *dwarf.Data, format dataFormat, name string, off dwarf.Offset, data []byte) buf + func ParseString(data *bytes.Buffer) (string, uint32) + type UnknownFormat struct