MCPcopy Create free account
hub / github.com/avast/retdec / getStackOffset

Method getStackOffset

src/common/storage.cpp:195–198  ·  view source on GitHub ↗

* @return If storage is stack return its offset. * Otherwise return an undefined value. */

Source from the content-addressed store, hash-verified

193 * Otherwise return an undefined value.
194 */
195int Storage::getStackOffset() const
196{
197 return _stackOffset;
198}
199
200/**
201 * This method can be used on any storage type, which might contain register number.

Callers 5

getDebugStackVariableMethod · 0.80
serializeFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64