decompiler
1.0.0
|
Node for depth-first traversal of stack references. More...
Public Types | |
enum | { nonconstant_index = 1, multiequal = 2 } |
Public Member Functions | |
StackNode (Varnode *v, uintb o, uint4 trav) | |
Constructor. More... | |
Public Attributes | |
Varnode * | vn |
Varnode being traversed. | |
uintb | offset |
Offset relative to base. | |
uint4 | traversals |
What kind of operations has this pointer accumulated. | |
list< PcodeOp * >::const_iterator | iter |
Next PcodeOp to follow. | |
Node for depth-first traversal of stack references.
|
inline |
Constructor.
v | is the Varnode being visited |
o | is the current offset from the base pointer |
trav | indicates what configurations were seen along the path to this Varnode |
References ghidra::Varnode::beginDescend().