Searched refs:RtlWalkFrameChain (Results 1 – 13 of 13) sorted by relevance
/reactos/modules/rostests/kmtests/rtl/ |
H A D | RtlStack.c | 31 Ret = RtlWalkFrameChain(NULL, 5, 0); in TestStackWalk4() 35 Ret = RtlWalkFrameChain(Frames, 0, 0); in TestStackWalk4() 40 Ret = RtlWalkFrameChain(Frames, 5, 0); in TestStackWalk4() 50 Ret = RtlWalkFrameChain(Frames, 4, 0); in TestStackWalk4()
|
/reactos/ntoskrnl/rtl/arm/ |
H A D | rtlexcpt.c | 32 RtlWalkFrameChain(OUT PVOID *Callers, in RtlWalkFrameChain() function
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | gdidbg.c | 116 cFrameCount = RtlWalkFrameChain(apvTemp, _countof(apvTemp), 0); in DbgCaptureStackBackTace() 131 cFrameCount += RtlWalkFrameChain(&ppvFrames[cFrameCount], in DbgCaptureStackBackTace()
|
/reactos/sdk/lib/rtl/ |
H A D | exception.c | 149 FrameCount = RtlWalkFrameChain(Frames, FramesToCapture + FramesToSkip, 0); in RtlCaptureStackBackTrace()
|
/reactos/sdk/lib/rtl/amd64/ |
H A D | unwind.c | 936 RtlWalkFrameChain(OUT PVOID *Callers, in RtlWalkFrameChain() function 1060 Number = RtlWalkFrameChain(Callers, 4, 0); in RtlGetCallersAddress()
|
/reactos/ntoskrnl/rtl/ |
H A D | libsupp.c | 369 RtlWalkFrameChain(OUT PVOID *Callers, in RtlWalkFrameChain() function
|
/reactos/ntoskrnl/ke/ |
H A D | bug.c | 174 FrameCount = RtlWalkFrameChain(Frames, FramesToCapture + FramesToSkip, 1); in KeRosCaptureUserStackBackTrace()
|
/reactos/dll/ntdll/rtl/ |
H A D | libsupp.c | 229 RtlWalkFrameChain(OUT PVOID *Callers, in RtlWalkFrameChain() function
|
/reactos/sdk/include/xdk/ |
H A D | rtlfuncs.h | 1334 RtlWalkFrameChain(
|
/reactos/ntoskrnl/ |
H A D | ntoskrnl.spec | 1330 @ stdcall RtlWalkFrameChain(ptr long long)
|
/reactos/sdk/include/ndk/ |
H A D | rtlfuncs.h | 855 RtlWalkFrameChain(
|
/reactos/dll/ntdll/def/ |
H A D | ntdll.spec | 1255 @ stdcall RtlWalkFrameChain(ptr long long)
|
/reactos/drivers/filesystems/btrfs/ |
H A D | btrfs.c | 790 num_frames = RtlWalkFrameChain(frames, 256, 1);
|