|
ROSE
0.11.124.0
|
Definition at line 26 of file DisassemblerCil.h.


Public Attributes | |
| MemoryMap::Ptr | map |
| Map from which to read instruction words. More... | |
| rose_addr_t | insn_va |
| Address of instruction. More... | |
| uint16_t | iwords [11] |
| Instruction words. More... | |
| size_t | niwords |
| Number of instruction words read. More... | |
| size_t | niwords_used |
| High water number of instruction words used by instructionWord(). More... | |
| MemoryMap::Ptr Rose::BinaryAnalysis::DisassemblerCil::State::map |
Map from which to read instruction words.
Definition at line 27 of file DisassemblerCil.h.
Referenced by Rose::BinaryAnalysis::DisassemblerCil::start_instruction().
| rose_addr_t Rose::BinaryAnalysis::DisassemblerCil::State::insn_va |
Address of instruction.
Definition at line 28 of file DisassemblerCil.h.
Referenced by Rose::BinaryAnalysis::DisassemblerCil::start_instruction().
| uint16_t Rose::BinaryAnalysis::DisassemblerCil::State::iwords[11] |
Instruction words.
Definition at line 29 of file DisassemblerCil.h.
Referenced by Rose::BinaryAnalysis::DisassemblerCil::start_instruction().
| size_t Rose::BinaryAnalysis::DisassemblerCil::State::niwords |
Number of instruction words read.
Definition at line 30 of file DisassemblerCil.h.
Referenced by Rose::BinaryAnalysis::DisassemblerCil::start_instruction().
| size_t Rose::BinaryAnalysis::DisassemblerCil::State::niwords_used |
High water number of instruction words used by instructionWord().
Definition at line 31 of file DisassemblerCil.h.
Referenced by Rose::BinaryAnalysis::DisassemblerCil::start_instruction().
1.8.10