|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

Go to the source code of this file.
Classes | |
| struct | _UNWIND_HISTORY_TABLE_ENTRY |
| struct | _UNWIND_HISTORY_TABLE |
Macros | |
| #define | UNWIND_HISTORY_TABLE_SIZE 12 |
| #define | RTL_VIRTUAL_UNWIND2_VALIDATE_PAC 0x0001 |
Typedefs | |
| typedef struct _UNWIND_HISTORY_TABLE_ENTRY | UNWIND_HISTORY_TABLE_ENTRY |
| typedef struct _UNWIND_HISTORY_TABLE_ENTRY * | PUNWIND_HISTORY_TABLE_ENTRY |
| typedef struct _UNWIND_HISTORY_TABLE | UNWIND_HISTORY_TABLE |
| typedef struct _UNWIND_HISTORY_TABLE * | PUNWIND_HISTORY_TABLE |
| typedef PRUNTIME_FUNCTION(CALLBACK * | PGET_RUNTIME_FUNCTION_CALLBACK) (DWORD_PTR, PVOID) |
| #define RTL_VIRTUAL_UNWIND2_VALIDATE_PAC 0x0001 |
Definition at line 58 of file rtlsupportapi.h.
| #define UNWIND_HISTORY_TABLE_SIZE 12 |
Definition at line 36 of file rtlsupportapi.h.
| typedef PRUNTIME_FUNCTION(CALLBACK * PGET_RUNTIME_FUNCTION_CALLBACK) (DWORD_PTR, PVOID) |
Definition at line 56 of file rtlsupportapi.h.
| typedef struct _UNWIND_HISTORY_TABLE * PUNWIND_HISTORY_TABLE |
Referenced by START_TEST().
| NTSYSAPI NTSTATUS WINAPI RtlAddGrowableFunctionTable | ( | void ** | , |
| PRUNTIME_FUNCTION | , | ||
| ULONG | , | ||
| ULONG | , | ||
| ULONG_PTR | , | ||
| ULONG_PTR | |||
| ) |
Referenced by START_TEST().
Referenced by KeRosDumpStackFrames(), RtlGetCallersAddress(), TestStackWalk4(), and FxTagTracker::UpdateTagHistory().
Referenced by START_TEST().
Referenced by START_TEST().
Referenced by CmpLockRegistryExclusive(), and RxPurgeFcbInSystemCache().
| NTSYSAPI BOOLEAN CDECL RtlInstallFunctionTableCallback | ( | ULONG_PTR | , |
| ULONG_PTR | , | ||
| ULONG | , | ||
| PGET_RUNTIME_FUNCTION_CALLBACK | , | ||
| PVOID | , | ||
| PCWSTR | |||
| ) |
Referenced by START_TEST().
| NTSYSAPI PRUNTIME_FUNCTION WINAPI RtlLookupFunctionEntry | ( | ULONG_PTR | , |
| ULONG_PTR * | , | ||
| UNWIND_HISTORY_TABLE * | |||
| ) |
Referenced by RtlLookupFunctionEntry(), and START_TEST().
| NTSYSAPI void WINAPI RtlRaiseException | ( | EXCEPTION_RECORD * | ) |
| NTSYSAPI void CDECL RtlRestoreContext | ( | CONTEXT * | , |
| EXCEPTION_RECORD * | |||
| ) |
| NTSYSAPI void WINAPI RtlUnwindEx | ( | void * | , |
| void * | , | ||
| EXCEPTION_RECORD * | , | ||
| void * | , | ||
| CONTEXT * | , | ||
| UNWIND_HISTORY_TABLE * | |||
| ) |
Referenced by __C_specific_handler(), and find_catch_block().
| NTSYSAPI PEXCEPTION_ROUTINE WINAPI RtlVirtualUnwind | ( | ULONG | , |
| ULONG_PTR | , | ||
| ULONG_PTR | , | ||
| RUNTIME_FUNCTION * | , | ||
| CONTEXT * | , | ||
| void ** | , | ||
| ULONG_PTR * | , | ||
| KNONVOLATILE_CONTEXT_POINTERS * | |||
| ) |
Referenced by RtlpCaptureNonVolatileContextPointers(), RtlpUnwindInternal(), and RtlWalkFrameChain().
| NTSYSAPI NTSTATUS WINAPI RtlVirtualUnwind2 | ( | ULONG | , |
| ULONG_PTR | , | ||
| ULONG_PTR | , | ||
| RUNTIME_FUNCTION * | , | ||
| CONTEXT * | , | ||
| BOOLEAN * | , | ||
| void ** | , | ||
| ULONG_PTR * | , | ||
| KNONVOLATILE_CONTEXT_POINTERS * | , | ||
| ULONG_PTR * | , | ||
| ULONG_PTR * | , | ||
| PEXCEPTION_ROUTINE * | , | ||
| ULONG | |||
| ) |
Referenced by START_TEST().