Home | History | Annotate | Download | only in dwarf

Lines Matching full:leb128

202 // AppendUleb128 appends v to b using DWARF's unsigned LEB128 encoding.
218 // AppendSleb128 appends v to b using DWARF's signed LEB128 encoding.
247 // sevenBitU returns the unsigned LEB128 encoding of v if v is seven bits and nil otherwise.
256 // sevenBitS returns the signed LEB128 encoding of v if v is seven bits and nil otherwise.
268 // Uleb128put appends v to s using DWARF's unsigned LEB128 encoding.
278 // Sleb128put appends v to s using DWARF's signed LEB128 encoding.