
Go to the source code of this file.
Functions | |
| int | _leb128_unsigned_encode64 (__uint64_t, char *) |
| int | _leb128_signed_encode64 (__int64_t, char *) |
| int | _leb128_unsigned_encode32 (__uint32_t, char *) |
| int | _leb128_signed_encode32 (__int32_t, char *) |
| int | _leb128_unsigned_decode64 (char *, __uint64_t *) |
| int | _leb128_signed_decode64 (char *, __int64_t *) |
| int | _leb128_unsigned_decode32 (char *, __uint32_t *) |
| int | _leb128_signed_decode32 (char *, __int32_t *) |
| int _leb128_signed_decode32 | ( | char * | , | |
| __int32_t * | ||||
| ) |
| int _leb128_signed_decode64 | ( | char * | , | |
| __int64_t * | ||||
| ) |
| int _leb128_signed_encode32 | ( | __int32_t | , | |
| char * | ||||
| ) |
| int _leb128_signed_encode64 | ( | __int64_t | , | |
| char * | ||||
| ) |
| int _leb128_unsigned_decode32 | ( | char * | , | |
| __uint32_t * | ||||
| ) |
| int _leb128_unsigned_decode64 | ( | char * | , | |
| __uint64_t * | ||||
| ) |
| int _leb128_unsigned_encode32 | ( | __uint32_t | , | |
| char * | ||||
| ) |
Referenced by Set_Current_Location().
| int _leb128_unsigned_encode64 | ( | __uint64_t | , | |
| char * | ||||
| ) |
1.7.1