Searched refs:DW_LEB128_SIGN_BIT (Results 1 – 1 of 1) sorted by relevance
246 #define DW_LEB128_SIGN_BIT(byte) (((byte) >> 6) & 1) macro281 if (is_signed && shf <= DW_LEB128_MAX_SHIFT && DW_LEB128_SIGN_BIT(byte)) { in decode_leb128()