retdec
|
#include <stacofin.h>
Public Member Functions | |
Reference (std::size_t o, const std::string &n, common::Address a=common::Address::Undefined, common::Address t=common::Address::Undefined, DetectedFunction *tf=nullptr, bool k=false) | |
Public Attributes | |
std::size_t | offset = 0 |
std::string | name |
common::Address | address |
common::Address | target |
DetectedFunction * | targetFnc = nullptr |
bool | ok = false |
Structure representing one reference in a detected function's body.
retdec::stacofin::Reference::Reference | ( | std::size_t | o, |
const std::string & | n, | ||
common::Address | a = common::Address::Undefined , |
||
common::Address | t = common::Address::Undefined , |
||
DetectedFunction * | tf = nullptr , |
||
bool | k = false |
||
) |
common::Address retdec::stacofin::Reference::address |
std::string retdec::stacofin::Reference::name |
std::size_t retdec::stacofin::Reference::offset = 0 |
bool retdec::stacofin::Reference::ok = false |
common::Address retdec::stacofin::Reference::target |
DetectedFunction* retdec::stacofin::Reference::targetFnc = nullptr |