- base_of_encoded_value
_Unwind_Ptr base_of_encoded_value(ubyte encoding, _Unwind_Context* context)
Undocumented in source. Be warned that the author may not have intended to support it.
- read_encoded_value
ubyte* read_encoded_value(_Unwind_Context* context, ubyte encoding, ubyte* p, _Unwind_Ptr* val)
Undocumented in source. Be warned that the author may not have intended to support it.
- read_encoded_value_with_base
ubyte* read_encoded_value_with_base(ubyte encoding, _Unwind_Ptr base, ubyte* p, _Unwind_Ptr* val)
Undocumented in source. Be warned that the author may not have intended to support it.
- read_sleb128
ubyte* read_sleb128(ubyte* p, _Unwind_Sword* val)
Undocumented in source. Be warned that the author may not have intended to support it.
- read_uleb128
ubyte* read_uleb128(ubyte* p, _Unwind_Word* val)
Undocumented in source. Be warned that the author may not have intended to support it.
- size_of_encoded_value
uint size_of_encoded_value(ubyte encoding)
Undocumented in source. Be warned that the author may not have intended to support it.