Home
last modified time | relevance | path

Searched refs:_dumpWord (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-mgba/mgba-6186d45/src/debugger/
H A Dcli-debugger.c68 static void _dumpWord(struct CLIDebugger*, struct CLIDebugVector*);
102 { "x/4", _dumpWord, "Ii", "Examine words at a specified offset" },
498 static void _dumpWord(struct CLIDebugger* debugger, struct CLIDebugVector* dv) { in _dumpWord() function
/dports/emulators/mgba/mgba-0.9.2/src/debugger/
H A Dcli-debugger.c69 static void _dumpWord(struct CLIDebugger*, struct CLIDebugVector*);
115 { "x/4", _dumpWord, "Ii", "Examine words at a specified offset" },
531 static void _dumpWord(struct CLIDebugger* debugger, struct CLIDebugVector* dv) { in _dumpWord() function