ROSE
0.11.109.0
|
Boundary between stack variables.
This is the lowest address for a region of variables along with information about what instructions were used to define this boundary and what purpose the addresses immediately above this boundary serve.
Definition at line 162 of file Variables.h.
#include <Rose/BinaryAnalysis/Variables.h>
Public Attributes | |
int64_t | frameOffset = 0 |
Address of boundary with respect to frame pointer. More... | |
AddressSet | definingInsns |
Instructions that define this boundary. More... | |
Purpose | purpose = Purpose::UNKNOWN |
Purpose of addresses above this boundary. More... | |
int64_t Rose::BinaryAnalysis::Variables::StackVariable::Boundary::frameOffset = 0 |
Address of boundary with respect to frame pointer.
Definition at line 163 of file Variables.h.
AddressSet Rose::BinaryAnalysis::Variables::StackVariable::Boundary::definingInsns |
Instructions that define this boundary.
Definition at line 164 of file Variables.h.
Purpose Rose::BinaryAnalysis::Variables::StackVariable::Boundary::purpose = Purpose::UNKNOWN |
Purpose of addresses above this boundary.
Definition at line 165 of file Variables.h.