Data Structures | |
struct | lzma_options_bcj |
Options for BCJ filters. More... | |
Defines | |
#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) |
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
#define LZMA_FILTER_X86 LZMA_VLI_C(0x04) |
Filter for x86 binaries
Referenced by message_filters().
#define LZMA_FILTER_POWERPC LZMA_VLI_C(0x05) |
Filter for Big endian PowerPC binaries
Referenced by message_filters().
#define LZMA_FILTER_IA64 LZMA_VLI_C(0x06) |
Filter for IA64 (Itanium) binaries.
Referenced by message_filters().
#define LZMA_FILTER_ARM LZMA_VLI_C(0x07) |
Filter for ARM binaries.
Referenced by message_filters().
#define LZMA_FILTER_ARMTHUMB LZMA_VLI_C(0x08) |
Filter for ARMThumb binaries.
Referenced by message_filters().
#define LZMA_FILTER_SPARC LZMA_VLI_C(0x09) |
Filter for SPARC binaries.
Referenced by message_filters().