Rizin
unix-like reverse engineering framework and cli tools
bcj.h
Go to the documentation of this file.
1
6
/*
7
* Author: Lasse Collin
8
*
9
* This file has been put into the public domain.
10
* You can do whatever you want with this file.
11
*
12
* See ../lzma.h for information about liblzma as a whole.
13
*/
14
15
#ifndef LZMA_H_INTERNAL
16
# error Never include this file directly. Use <lzma.h> instead.
17
#endif
18
19
20
/* Filter IDs for lzma_filter.id */
21
22
#define LZMA_FILTER_X86 LZMA_VLI_C(0x04)
27
#define LZMA_FILTER_POWERPC LZMA_VLI_C(0x05)
32
#define LZMA_FILTER_IA64 LZMA_VLI_C(0x06)
37
#define LZMA_FILTER_ARM LZMA_VLI_C(0x07)
42
#define LZMA_FILTER_ARMTHUMB LZMA_VLI_C(0x08)
47
#define LZMA_FILTER_SPARC LZMA_VLI_C(0x09)
73
typedef
struct
{
88
uint32_t
start_offset
;
89
90
}
lzma_options_bcj
;
uint32_t
unsigned int uint32_t
Definition:
sftypes.h:29
lzma_options_bcj
Options for BCJ filters.
Definition:
bcj.h:73
lzma_options_bcj::start_offset
uint32_t start_offset
Start offset for conversions.
Definition:
bcj.h:88
subprojects
xz-5.2.5
src
liblzma
api
lzma
bcj.h
Generated by
1.9.1