|
ROSE
0.11.87.0
|
Domain related to an actual running process.
Classes | |
| class | Dispatcher |
| class | MemoryState |
| Collection of memory address/value pairs. More... | |
| class | RegisterState |
| Collection of registers. More... | |
| class | RiscOperators |
| class | State |
| Machine state. More... | |
Typedefs | |
| typedef ConcreteSemantics::SValue | SValue |
| Concrete values from the specimen. More... | |
| typedef ConcreteSemantics::SValuePtr | SValuePtr |
| Shared-ownership pointer to SValue. More... | |
| typedef ConcreteSemantics::Formatter | Formatter |
| Formatter for printing values. More... | |
| typedef boost::shared_ptr< class RegisterState > | RegisterStatePtr |
| Shared-ownership pointer to RegisterState. More... | |
| typedef boost::shared_ptr< class MemoryState > | MemoryStatePtr |
| Shared-ownership pointer to MemoryState. More... | |
| typedef boost::shared_ptr< class State > | StatePtr |
| Shared-ownership pointer to State. More... | |
| typedef boost::shared_ptr< class RiscOperators > | RiscOperatorsPtr |
| Shared-ownership pointer to RiscOperators. More... | |
| typedef boost::shared_ptr< class Dispatcher > | DispatcherPtr |
| Shared-ownership pointer to Dispatcher. More... | |
| typedef ConcreteSemantics::SValue Rose::BinaryAnalysis::InstructionSemantics2::NativeSemantics::SValue |
Concrete values from the specimen.
Definition at line 24 of file NativeSemantics.h.
| typedef ConcreteSemantics::SValuePtr Rose::BinaryAnalysis::InstructionSemantics2::NativeSemantics::SValuePtr |
Shared-ownership pointer to SValue.
See Shared ownership.
Definition at line 27 of file NativeSemantics.h.
| typedef ConcreteSemantics::Formatter Rose::BinaryAnalysis::InstructionSemantics2::NativeSemantics::Formatter |
Formatter for printing values.
Definition at line 30 of file NativeSemantics.h.
| typedef boost::shared_ptr<class RegisterState> Rose::BinaryAnalysis::InstructionSemantics2::NativeSemantics::RegisterStatePtr |
Shared-ownership pointer to RegisterState.
See Shared ownership.
Definition at line 37 of file NativeSemantics.h.
| typedef boost::shared_ptr<class MemoryState> Rose::BinaryAnalysis::InstructionSemantics2::NativeSemantics::MemoryStatePtr |
Shared-ownership pointer to MemoryState.
See Shared ownership.
Definition at line 147 of file NativeSemantics.h.
| typedef boost::shared_ptr<class State> Rose::BinaryAnalysis::InstructionSemantics2::NativeSemantics::StatePtr |
Shared-ownership pointer to State.
See Shared ownership.
Definition at line 263 of file NativeSemantics.h.
| typedef boost::shared_ptr<class RiscOperators> Rose::BinaryAnalysis::InstructionSemantics2::NativeSemantics::RiscOperatorsPtr |
Shared-ownership pointer to RiscOperators.
See Shared ownership.
Definition at line 301 of file NativeSemantics.h.
| typedef boost::shared_ptr<class Dispatcher> Rose::BinaryAnalysis::InstructionSemantics2::NativeSemantics::DispatcherPtr |
Shared-ownership pointer to Dispatcher.
See Shared ownership.
Definition at line 383 of file NativeSemantics.h.
1.8.10