Lines Matching full:leb128
5042 /* LEB128 Encoding.
5044 Note - we are using the DWARF standard's definition of LEB128 encoding
5052 we would then have to consider whether multiple, successive LEB128
5054 whether each LEB128 number is padded out to a whole number of bytes.
5058 /* Return the size of a LEB128 value in bytes. */
5105 /* Output a LEB128 value. Returns the number of bytes used. */
5273 leb128 value. SIGN is 1 for sleb, 0 for uleb. */
5302 /* We're outputting a signed leb128 and the sign of X_add_number
5322 a signal that this is leb128 data. It shouldn't optimize this away. */