Go to the source code of this file.
Functions | |
VOID | Rtlp64GetStackLimits (OUT PULONGLONG LowLimit, OUT PULONGLONG HighLimit) |
VOID | Rtlp64GetBStoreLimits (OUT PULONGLONG LowBStoreLimit, OUT PULONGLONG HighBStoreLimit) |
VOID | RtlpUnlinkHandler (PEXCEPTION_REGISTRATION_RECORD UnlinkPointer) |
PEXCEPTION_REGISTRATION_RECORD | RtlpGetRegistrationHead (VOID) |
EXCEPTION_DISPOSITION | RtlpExecuteEmHandlerForException (IN PEXCEPTION_RECORD ExceptionRecord, IN ULONGLONG MemoryStackFp, IN ULONGLONG BackingStoreFp, IN OUT PCONTEXT ContextRecord, IN OUT PDISPATCHER_CONTEXT DispatcherContext, IN ULONGLONG GlobalPointer, IN PEXCEPTION_ROUTINE ExceptionRoutine) |
EXCEPTION_DISPOSITION | RtlpExecuteEmHandlerForUnwind (IN PEXCEPTION_RECORD ExceptionRecord, IN ULONGLONG MemoryStackFp, IN ULONGLONG BackingStoreFp, IN OUT PCONTEXT ContextRecord, IN OUT PDISPATCHER_CONTEXT DispatcherContext, IN ULONGLONG GlobalPointer, IN PEXCEPTION_ROUTINE ExceptionRoutine) |
EXCEPTION_DISPOSITION | RtlpExecuteX86HandlerForException (IN PEXCEPTION_RECORD ExceptionRecord, IN PVOID EstablisherFrame, IN OUT PCONTEXT ContextRecord, IN OUT PDISPATCHER_CONTEXT DispatcherContext, IN PEXCEPTION_ROUTINE ExceptionRoutine) |
EXCEPTION_DISPOSITION | RtlpExecuteX86HandlerForUnwind (IN PEXCEPTION_RECORD ExceptionRecord, IN PVOID EstablisherFrame, IN OUT PCONTEXT ContextRecord, IN OUT PDISPATCHER_CONTEXT DispatcherContext, IN PEXCEPTION_ROUTINE ExceptionRoutine) |
|
Definition at line 75 of file rtl/ia64/miscc.c. Referenced by RtlDispatchException(), RtlGetCallersAddress(), and RtlUnwind2().
|
|
Definition at line 178 of file rtl/ia64/miscc.c. Referenced by RtlDispatchException(), RtlGetCallersAddress(), and RtlUnwind2().
|
|
Referenced by RtlDispatchException(). |
|
Referenced by RtlUnwind2(). |
|
|
|
|
|
Referenced by RtlDispatchException(), RtlpExceptionRegistrationDump(), and RtlUnwind(). |
|
Definition at line 157 of file ia64/exdsptch.c. Referenced by RtlUnwind().
|