Rizin
unix-like reverse engineering framework and cli tools
|
Filter for SPARC binaries. More...
#include "simple_private.h"
Go to the source code of this file.
Functions | |
static size_t | sparc_code (void *simple lzma_attribute((__unused__)), uint32_t now_pos, bool is_encoder, uint8_t *buffer, size_t size) |
static lzma_ret | sparc_coder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters, bool is_encoder) |
lzma_ret | lzma_simple_sparc_encoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters) |
lzma_ret | lzma_simple_sparc_decoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters) |
Filter for SPARC binaries.
Definition in file sparc.c.
lzma_ret lzma_simple_sparc_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 78 of file sparc.c.
References allocator, filters, and sparc_coder_init().
lzma_ret lzma_simple_sparc_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 69 of file sparc.c.
References allocator, filters, and sparc_coder_init().
|
static |
|
static |
Definition at line 60 of file sparc.c.
References allocator, filters, lzma_simple_coder_init(), and sparc_code().
Referenced by lzma_simple_sparc_decoder_init(), and lzma_simple_sparc_encoder_init().