|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <compat.h>

Public Attributes | |
| ADDRESS64 | AddrPC |
| ADDRESS64 | AddrReturn |
| ADDRESS64 | AddrFrame |
| ADDRESS64 | AddrStack |
| ADDRESS64 | AddrBStore |
| PVOID | FuncTableEntry |
| DWORD64 | Params [4] |
| BOOL | Far |
| BOOL | Virtual |
| DWORD64 | Reserved [3] |
| KDHELP64 | KdHelp |
| ADDRESS64 _STACKFRAME64::AddrBStore |
Definition at line 1405 of file compat.h.
Referenced by i386_stack_walk(), and PrintStackBacktrace().
| ADDRESS64 _STACKFRAME64::AddrFrame |
Definition at line 1403 of file compat.h.
Referenced by i386_stack_walk(), and PrintStackBacktrace().
| ADDRESS64 _STACKFRAME64::AddrPC |
Definition at line 1401 of file compat.h.
Referenced by i386_stack_walk(), and PrintStackBacktrace().
| ADDRESS64 _STACKFRAME64::AddrReturn |
Definition at line 1402 of file compat.h.
Referenced by i386_stack_walk(), and PrintStackBacktrace().
| ADDRESS64 _STACKFRAME64::AddrStack |
Definition at line 1404 of file compat.h.
Referenced by i386_stack_walk(), and PrintStackBacktrace().
| BOOL _STACKFRAME64::Far |
Definition at line 1408 of file compat.h.
Referenced by i386_stack_walk().
| PVOID _STACKFRAME64::FuncTableEntry |
Definition at line 1406 of file compat.h.
Referenced by i386_stack_walk().
| DWORD64 _STACKFRAME64::Params |
Definition at line 1407 of file compat.h.
Referenced by i386_stack_walk(), and PrintStackBacktrace().
| BOOL _STACKFRAME64::Virtual |
Definition at line 1409 of file compat.h.
Referenced by i386_stack_walk().