Home
last modified time | relevance | path

Searched refs:reader_info (Results 1 – 2 of 2) sorted by relevance

/external/capstone/arch/X86/
DX86DisassemblerDecoder.h515 struct reader_info { struct
532 typedef int (*byteReader_t)(const struct reader_info *arg, uint8_t* byte, uint64_t address); argument
DX86Disassembler.c717 static int reader(const struct reader_info *info, uint8_t *byte, uint64_t address) in reader()
791 struct reader_info info; in X86_getInstruction()