Upx_Doxygen
https://github.com/upx/upx
Public Types | Public Member Functions | Static Public Member Functions | List of all members
LEPolicy Struct Reference

Public Types

typedef LE16 U16
 
typedef LE32 U32
 
typedef LE64 U64
 

Public Member Functions

V bool isBE () C
 
V bool isLE () C
 
V unsigned get16 (const void *p) C
 
V unsigned get24 (const void *p) C
 
V unsigned get32 (const void *p) C
 
V upx_uint64_t get64 (const void *p) C
 
V void set16 (void *p, unsigned v) C
 
V void set24 (void *p, unsigned v) C
 
V void set32 (void *p, unsigned v) C
 
V void set64 (void *p, upx_uint64_t v) C
 
V unsigned get16_signed (const void *p) C
 
V unsigned get24_signed (const void *p) C
 
V unsigned get32_signed (const void *p) C
 
V upx_uint64_t get64_signed (const void *p) C
 
u16_compare (const void *a, const void *b) C
 
u24_compare (const void *a, const void *b) C
 
u32_compare (const void *a, const void *b) C
 
u64_compare (const void *a, const void *b) C
 
u16_compare_signed (const void *a, const void *b) C
 
u24_compare_signed (const void *a, const void *b) C
 
u32_compare_signed (const void *a, const void *b) C
 
u64_compare_signed (const void *a, const void *b) C
 

Static Public Member Functions

static void compileTimeAssertions ()
 

The documentation for this struct was generated from the following file: