Home
last modified time | relevance | path

Searched refs:prevOpAddr (Results 1 – 3 of 3) sorted by relevance

/dports/x11/radare-cutter/r2cutter-0.1.1/src/widgets/
H A DDisassemblyWidget.cpp353 offset = Core()->prevOpAddr(topOffset, -count); in scrollInstructions()
599 offset = Core()->prevOpAddr(topOffset, maxLines); in moveCursorRelative()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/core/
H A DCutter.h290 RVA prevOpAddr(RVA startAddr, int count);
H A DCutter.cpp937 RVA CutterCore::prevOpAddr(RVA startAddr, int count) in prevOpAddr() function in CutterCore