Go to the documentation of this file.
7 #if defined(CAPSTONE_HAS_OSXKERNEL)
8 #include <libkern/libkern.h>
16 #define HEX_THRESHOLD 9
33 unsigned short insn_find(
const insn_map *
m,
unsigned int max,
unsigned int id,
unsigned short **cache);
54 #define ARR_SIZE(a) (sizeof(a)/sizeof(a[0]))
55 #define MATRIX_SIZE(a) (sizeof(a[0])/sizeof(a[0][0]))
59 #define MIN(x, y) ((x) < (y) ? (x) : (y))
64 #define CS_AC_IGNORE (1 << 7)
67 bool arr_exist8(
unsigned char *arr,
unsigned char max,
unsigned int id);
const char * id2name(const name_map *map, int max, const unsigned int id)
unsigned int count_positive8(const unsigned char *list)
int cs_snprintf(char *buffer, size_t size, const char *fmt,...)
unsigned short insn_find(const insn_map *m, unsigned int max, unsigned int id, unsigned short **cache)
GTEST_API_ const char * fmt
bool arr_exist8(unsigned char *arr, unsigned char max, unsigned int id)
char * cs_strdup(const char *str)
int name2id(const name_map *map, int max, const char *name)
unsigned int count_positive(const uint16_t *list)
bool arr_exist(uint16_t *arr, unsigned char max, unsigned int id)
grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:01:48