XZ Utils  5.1.0alpha
Data Structures | Macros
bcj.h File Reference

Branch/Call/Jump conversion filters. More...

Data Structures

struct  lzma_options_bcj
 Options for BCJ filters. More...
 

Macros

#define LZMA_FILTER_X86   LZMA_VLI_C(0x04)
 
#define LZMA_FILTER_POWERPC   LZMA_VLI_C(0x05)
 
#define LZMA_FILTER_IA64   LZMA_VLI_C(0x06)
 
#define LZMA_FILTER_ARM   LZMA_VLI_C(0x07)
 
#define LZMA_FILTER_ARMTHUMB   LZMA_VLI_C(0x08)
 
#define LZMA_FILTER_SPARC   LZMA_VLI_C(0x09)
 

Detailed Description

Branch/Call/Jump conversion filters.

Macro Definition Documentation

#define LZMA_FILTER_X86   LZMA_VLI_C(0x04)

Filter for x86 binaries

Referenced by message_filters_to_str(), and parse_memlimit().

#define LZMA_FILTER_POWERPC   LZMA_VLI_C(0x05)

Filter for Big endian PowerPC binaries

Referenced by message_filters_to_str(), and parse_memlimit().

#define LZMA_FILTER_IA64   LZMA_VLI_C(0x06)

Filter for IA-64 (Itanium) binaries.

Referenced by message_filters_to_str(), and parse_memlimit().

#define LZMA_FILTER_ARM   LZMA_VLI_C(0x07)

Filter for ARM binaries.

Referenced by message_filters_to_str(), and parse_memlimit().

#define LZMA_FILTER_ARMTHUMB   LZMA_VLI_C(0x08)

Filter for ARM-Thumb binaries.

Referenced by message_filters_to_str(), and parse_memlimit().

#define LZMA_FILTER_SPARC   LZMA_VLI_C(0x09)

Filter for SPARC binaries.

Referenced by message_filters_to_str(), and parse_memlimit().