Home
last modified time | relevance | path

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

/reactos/dll/win32/dbghelp/
H A Dstack.c184 if ((ret = cpu->stack_walk(&csw, &frame64, ctx))) in StackWalk()
241 if (!cpu->stack_walk(&csw, frame, ctx)) return FALSE; in StackWalk64()
H A Ddbghelp_private.h588 BOOL (*stack_walk)(struct cpu_stack_walk *csw, STACKFRAME64 *frame, member