Searched refs:StartAddr (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/rtl/ |
H A D | exception.c | 239 PVOID StartAddr; in PrintStackTrace() local 262 _module_name_from_addr(ExceptionRecord->ExceptionAddress, &StartAddr, szMod, sizeof(szMod)); in PrintStackTrace() 264 (PVOID) StartAddr, in PrintStackTrace() 265 (ULONG_PTR) ExceptionRecord->ExceptionAddress - (ULONG_PTR) StartAddr, in PrintStackTrace() 284 _module_name_from_addr((const void*) Frame[1], &StartAddr, in PrintStackTrace() 287 (PVOID) StartAddr, in PrintStackTrace() 288 (ULONG_PTR) Frame[1] - (ULONG_PTR) StartAddr, in PrintStackTrace()
|
/reactos/dll/win32/kernel32/client/ |
H A D | except.c | 95 PVOID StartAddr; in PrintStackTrace() local 118 …_module_name_from_addr(ExceptionRecord->ExceptionAddress, &StartAddr, szMod, sizeof(szMod), &szMod… in PrintStackTrace() 121 (ULONG_PTR)ExceptionRecord->ExceptionAddress - (ULONG_PTR)StartAddr, in PrintStackTrace() 123 StartAddr); in PrintStackTrace() 140 _module_name_from_addr((const void*)Frame[1], &StartAddr, in PrintStackTrace() 144 (ULONG_PTR)Frame[1] - (ULONG_PTR)StartAddr, in PrintStackTrace() 146 StartAddr); in PrintStackTrace()
|