ROSE
0.11.131.0
|
Represents information about a thunk.
Definition at line 321 of file Partitioner.h.
#include <Rose/BinaryAnalysis/Partitioner2/Partitioner.h>
Public Member Functions | |
Thunk (const BasicBlockPtr &, rose_addr_t target) | |
Public Attributes | |
BasicBlockPtr | bblock |
The one and only basic block for the thunk. More... | |
rose_addr_t | target |
The one and only successor for the basic block. More... | |
BasicBlockPtr Rose::BinaryAnalysis::Partitioner2::Partitioner::Thunk::bblock |
The one and only basic block for the thunk.
Definition at line 322 of file Partitioner.h.
rose_addr_t Rose::BinaryAnalysis::Partitioner2::Partitioner::Thunk::target |
The one and only successor for the basic block.
Definition at line 323 of file Partitioner.h.