![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Go to the source code of this file.
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) |
#define | LZMA_FILTER_ARM64 LZMA_VLI_C(0x0A) |
#define LZMA_FILTER_ARM LZMA_VLI_C(0x07) |
Filter for ARM binaries.
#define LZMA_FILTER_ARM64 LZMA_VLI_C(0x0A) |
Filter for ARM64 binaries.
#define LZMA_FILTER_ARMTHUMB LZMA_VLI_C(0x08) |
Filter for ARM-Thumb binaries.
#define LZMA_FILTER_IA64 LZMA_VLI_C(0x06) |
Filter for IA-64 (Itanium) binaries.
#define LZMA_FILTER_POWERPC LZMA_VLI_C(0x05) |
Filter for Big endian PowerPC binaries
#define LZMA_FILTER_SPARC LZMA_VLI_C(0x09) |
Filter for SPARC binaries.
#define LZMA_FILTER_X86 LZMA_VLI_C(0x04) |
Filter for x86 binaries