Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
leb128.h File Reference
This graph shows which files directly or indirectly include this file:

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 *)

Function Documentation

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 *   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines